File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 },
1717 "dependencies" : {
1818 "@react-native-community/blur" : " ^4.4.1" ,
19- "@react-native-harness/platform-apple" : " ^1.1.0-rc.4" ,
2019 "@react-native-menu/menu" : " ^2.0.0" ,
2120 "@react-native-vector-icons/ionicons" : " 12.4.1" ,
2221 "@react-navigation/native" : " ^7.1.31" ,
4847 "@react-native-community/cli" : " 20.1.2" ,
4948 "@react-native-community/cli-platform-android" : " 20.1.2" ,
5049 "@react-native-community/cli-platform-ios" : " 20.1.2" ,
51- "@react-native-harness/platform-android" : " 1.1.0-rc.4" ,
50+ "@react-native-harness/platform-android" : " 1.2.0-rc.1" ,
51+ "@react-native-harness/platform-apple" : " 1.2.0-rc.1" ,
5252 "@react-native/babel-preset" : " 0.84.0" ,
5353 "@react-native/metro-config" : " 0.84.0" ,
5454 "@react-native/typescript-config" : " 0.84.0" ,
5555 "@types/react" : " 19.2.14" ,
56- "react-native-harness" : " 1.1 .0-rc.4 " ,
56+ "react-native-harness" : " 1.2 .0-rc.1 " ,
5757 "typescript" : " 5.9.3"
5858 },
5959 "engines" : {
Original file line number Diff line number Diff line change @@ -88,7 +88,11 @@ const androidDevice = useEmulator
8888 : physicalAndroidDevice ( androidPhysicalManufacturer , androidPhysicalModel )
8989
9090const iosDevice = isCI
91- ? applePhysicalDevice ( iosPhysicalDeviceName )
91+ ? applePhysicalDevice ( iosPhysicalDeviceName , {
92+ codeSign : {
93+ teamId : 'idislikethisrightnow'
94+ }
95+ } )
9296 : appleSimulator ( iosSimulatorName , iosSimulatorVersion )
9397
9498const config = {
@@ -115,6 +119,7 @@ const config = {
115119 detectNativeCrashes,
116120 resetEnvironmentBetweenTestFiles : true ,
117121 forwardClientLogs : true ,
122+ permissions : true
118123}
119124
120125export default config
You can’t perform that action at this time.
0 commit comments