-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded example project to React Native 0.70.1 #936
Conversation
I've been having a couple of issues to make the build work on Android maybe we can take this offline. |
Upgraded react-native-reanimated, react-native-screens and react-native-safe-area-context to latest versions to play well with 0.70.0
Fixed Android issues and upgraded everything to 0.70.1. The problem was that we were still using RN 0.66 in our library (dev dependencies) so for us (library developers) we got some strange errors that are now solved. Retested on both Android/iOS. |
Works great, can you update the podfile lock and we can merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update podfile lock 👍🏻
Podfile.lock is updated? - something specific that is missing? I'm running |
I'm seeing the following diff: - - hermes-engine (0.70.0)
+ - hermes-engine (0.70.1)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
@@ -616,7 +616,7 @@ SPEC CHECKSUMS:
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 476ee3e89abb49e07f822b48323c51c57124b572
- hermes-engine: 8e84f1284180801c1a1b241f443ba64f931ff561
+ hermes-engine: 9cd393f741bfa14d1d0cd90cc373e3619c0bc7ea |
Ah, nice catch - I had to remove the |
Upgraded Example project to React Native 0.70.0
Tested and verified that iOS/Android/Web works
Fixes #721