-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
chore: bump react-native version to 0.69.0 #1484
Conversation
see https://react-native-community.github.io/upgrade-helper/?from=0.68.2&to=0.69.0-rc.6 With lower version there are some dependency issues causing pod install to fail (thats the visible efect, but there are some headers missing I guess)
mountingTransationWillMountWithMetadata: for react-native minor version >= 69 See: facebook/react-native@91fc2c0
Merge branch 'main' into @kkafar/bump-rn-version
to mountingTransactionDidMount
954ce80
to
bb5f0af
Compare
This is potentially breaking for Paper!!!
We have a problem building our application with 0.69.0 with the following error
I suppose this PR would fix that :) Edit: |
quick fix:
|
Description
Bumped react-native version to 0.69.0-rc.6 in example / test applications (& also in
/package.json
).Should also fix #1482
Changes
RNScreens.podspec
Test code and steps to reproduce
Build example applications and see that they work
Checklist