File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 87
87
"react-native" : " ^0.64.0" ,
88
88
"react-native-builder-bob" : " ^0.18.0" ,
89
89
"react-native-macos" : " ^0.64.0" ,
90
- "react-native-test-app" : " ^1.1.2 " ,
90
+ "react-native-test-app" : " ^1.1.4 " ,
91
91
"react-native-web" : " ^0.17.0" ,
92
92
"react-native-windows" : " ^0.64.0" ,
93
93
"react-test-renderer" : " 17.0.1" ,
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ ENTRY_FILE="example/index.ts"
5
5
BUNDLE_FILE=" $RESOURCE_DIR /main.jsbundle"
6
6
EXTRA_PACKAGER_ARGS=" --entry-file=$ENTRY_FILE "
7
7
SIMULATOR_NAME=" iPhone 13"
8
- IOS_XCSCHEME=" node_modules/.generated/ios/ReactTestApp.xcodeproj/xcshareddata/xcschemes/ReactTestApp.xcscheme"
9
-
10
- # Disable Address Sanitizer as it crashes Detox
11
- sed -i ' ' ' s/enableAddressSanitizer = "YES"/enableAddressSanitizer = "NO"/g' " $IOS_XCSCHEME "
12
- sed -i ' ' ' s/enableUBSanitizer = "YES"/enableUBSanitizer = "NO"/g' " $IOS_XCSCHEME "
13
8
14
9
build_project () {
15
10
echo " [Detox e2e] Building iOS project"
Original file line number Diff line number Diff line change @@ -11147,10 +11147,10 @@ react-native-macos@^0.64.0:
11147
11147
whatwg-fetch "^3.0.0"
11148
11148
ws "^6.1.4"
11149
11149
11150
- react-native-test-app@^1.1.2 :
11151
- version "1.1.2 "
11152
- resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.1.2 .tgz#e0a102b7cce05bc79c11d85b72f8222d7ee3a5e8 "
11153
- integrity sha512-yLh6YZTQlMncuwN+C4i0TCNc/KR+t0/fwI9Roivy2/efmTDJW6moEKA0r/UgLvNQ+R3eXy9c5Utc2EdgyTXtMw ==
11150
+ react-native-test-app@^1.1.4 :
11151
+ version "1.1.4 "
11152
+ resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.1.4 .tgz#a959e5d847079cbaa290c6ef6174db52ecadcac5 "
11153
+ integrity sha512-DiMCRgVEJn9WS0oefwIxdb4aylTAfx6kKf+E6G1xRS/fZN3zR7BwQ7eVsihtijESi9BL2kAjF7LHU79uAUZNlQ ==
11154
11154
dependencies:
11155
11155
ajv "^8.0.0"
11156
11156
chalk "^4.1.0"
You can’t perform that action at this time.
0 commit comments