Skip to content

Commit ad19c2f

Browse files
committed
Fix E2E config
1 parent ea40cc1 commit ad19c2f

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
name: bundle js
5353
- rn/pod_install:
5454
pod_install_directory: 'example/ios'
55-
- run:
56-
command: curl https://raw.githubusercontent.com/facebook/react-native/6334ac35ac3cbc2c84b2d46d46ec118bf9bf714d/scripts/find-node.sh > node_modules/react-native/scripts/find-node.sh
57-
name: fix issue with nvm # will be fixed in RN 67 (https://github.com/react-native-community/upgrade-support/issues/138)
5855
- run:
5956
command: yarn detox:ios:build:release
6057
name: build app for e2e tests
@@ -88,9 +85,6 @@ jobs:
8885
name: bundle js
8986
- rn/pod_install:
9087
pod_install_directory: 'example/ios'
91-
- run:
92-
command: curl https://raw.githubusercontent.com/facebook/react-native/6334ac35ac3cbc2c84b2d46d46ec118bf9bf714d/scripts/find-node.sh > node_modules/react-native/scripts/find-node.sh
93-
name: fix issue with nvm # will be fixed in RN 67 (https://github.com/react-native-community/upgrade-support/issues/138)
9488
- run:
9589
command: yarn detox:ios:build:release
9690
name: build app for e2e tests

example/ios/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require_relative '../../node_modules/react-native-test-app/test_app'
22

3-
use_flipper!
3+
# Disabling flipper to prevent this issue https://github.com/facebook/react-native/issues/33764
4+
use_flipper!(false)
45

56
workspace 'date-time-picker-example.xcworkspace'
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"react": "18.1.0",
9292
"react-native": "^0.70.0",
9393
"react-native-localize": "^2.2.0",
94-
"react-native-test-app": "^1.6.13",
94+
"react-native-test-app": "^1.6.16",
9595
"react-native-windows": "^0.70.0-preview.2",
9696
"react-test-renderer": "18.1.0",
9797
"semantic-release": "^19.0.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9366,10 +9366,10 @@ react-native-localize@^2.2.0:
93669366
resolved "https://registry.yarnpkg.com/react-native-localize/-/react-native-localize-2.2.1.tgz#6fe646833691c6ee8a474df3c8b069402cb1dba8"
93679367
integrity sha512-BuPaQWvxLZG1NrCDGqgAnecDrNQu3LED9/Pyl4H2LwTMHcEngXpE5PfVntW2GiLumdr6nUOkWmMnh8PynZqrsw==
93689368

9369-
react-native-test-app@^1.6.13:
9370-
version "1.6.13"
9371-
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.6.13.tgz#8e8359af9975f8c60e79e9b2f7a4575929380ba1"
9372-
integrity sha512-x4rkaOUMuP3zzl++uhmEfOyTnJytOf67XRvwQ/N6ZikfnIs2DSSBdmmIhFw4tvfMDm/ptnQ0D+XyfULSebH/VQ==
9369+
react-native-test-app@^1.6.16:
9370+
version "1.6.16"
9371+
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.6.16.tgz#258bf3485b40666cee5a16ad1105bd08263684bb"
9372+
integrity sha512-Yl3uCIUrbyxnegamsTe9Am5qeftVG63z0sHsk420RqMog6wj+ttvSgrQ/15XXrxWeagNGtme0ub2YZRxTbFY7g==
93739373
dependencies:
93749374
ajv "^8.0.0"
93759375
chalk "^4.1.0"

0 commit comments

Comments
 (0)