Skip to content

Commit 07fcbf1

Browse files
authored
ci: bump react-native-test-app to 1.1.4 (#763)
1 parent 48c5770 commit 07fcbf1

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"react-native": "^0.64.0",
8888
"react-native-builder-bob": "^0.18.0",
8989
"react-native-macos": "^0.64.0",
90-
"react-native-test-app": "^1.1.2",
90+
"react-native-test-app": "^1.1.4",
9191
"react-native-web": "^0.17.0",
9292
"react-native-windows": "^0.64.0",
9393
"react-test-renderer": "17.0.1",

scripts/ios_e2e.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ ENTRY_FILE="example/index.ts"
55
BUNDLE_FILE="$RESOURCE_DIR/main.jsbundle"
66
EXTRA_PACKAGER_ARGS="--entry-file=$ENTRY_FILE"
77
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"
138

149
build_project() {
1510
echo "[Detox e2e] Building iOS project"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11147,10 +11147,10 @@ react-native-macos@^0.64.0:
1114711147
whatwg-fetch "^3.0.0"
1114811148
ws "^6.1.4"
1114911149

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==
1115411154
dependencies:
1115511155
ajv "^8.0.0"
1115611156
chalk "^4.1.0"

0 commit comments

Comments
 (0)