File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 52
52
name : bundle js
53
53
- rn/pod_install :
54
54
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)
58
55
- run :
59
56
command : yarn detox:ios:build:release
60
57
name : build app for e2e tests
88
85
name : bundle js
89
86
- rn/pod_install :
90
87
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)
94
88
- run :
95
89
command : yarn detox:ios:build:release
96
90
name : build app for e2e tests
Original file line number Diff line number Diff line change 1
1
require_relative '../../node_modules/react-native-test-app/test_app'
2
2
3
- use_flipper!
3
+ # Disabling flipper to prevent this issue https://github.com/facebook/react-native/issues/33764
4
+ use_flipper! ( false )
4
5
5
6
workspace 'date-time-picker-example.xcworkspace'
6
7
Original file line number Diff line number Diff line change 91
91
"react" : " 18.1.0" ,
92
92
"react-native" : " ^0.70.0" ,
93
93
"react-native-localize" : " ^2.2.0" ,
94
- "react-native-test-app" : " ^1.6.13 " ,
94
+ "react-native-test-app" : " ^1.6.16 " ,
95
95
"react-native-windows" : " ^0.70.0-preview.2" ,
96
96
"react-test-renderer" : " 18.1.0" ,
97
97
"semantic-release" : " ^19.0.3"
Original file line number Diff line number Diff line change @@ -9366,10 +9366,10 @@ react-native-localize@^2.2.0:
9366
9366
resolved "https://registry.yarnpkg.com/react-native-localize/-/react-native-localize-2.2.1.tgz#6fe646833691c6ee8a474df3c8b069402cb1dba8"
9367
9367
integrity sha512-BuPaQWvxLZG1NrCDGqgAnecDrNQu3LED9/Pyl4H2LwTMHcEngXpE5PfVntW2GiLumdr6nUOkWmMnh8PynZqrsw==
9368
9368
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 ==
9373
9373
dependencies :
9374
9374
ajv "^8.0.0"
9375
9375
chalk "^4.1.0"
You can’t perform that action at this time.
0 commit comments