-
Notifications
You must be signed in to change notification settings - Fork 397
feat: update react-native to 0.63.2 and @types/react-native to 0.63.2 #153
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
feat: update react-native to 0.63.2 and @types/react-native to 0.63.2 #153
Conversation
Upgrading from 0.63.0 to 0.63.2 requires some changes in the gradle and Xcode project. Can you include those changes as well? (https://react-native-community.github.io/upgrade-helper/?from=0.63.0&to=0.63.2) You can merge the changes over from here e.g. by copying over the android & iOS folder: https://github.com/facebook/react-native/tree/v0.63.2/template |
Oh my bad. Ofc, i can :) |
Guys, i also added |
@abakimatov if you added it but it was not there before please remove it |
This has way too many changes, should have only 3 changed files in total ( |
… for ios. Also added .idea config directory to gitignore.
479ed68
to
c577207
Compare
i removed it in the last commit, but if you want, |
Okay guys, my bad, sorry, now i was just copied |
If you look at this https://react-native-community.github.io/upgrade-helper/?from=0.63.0&to=0.63.2 there's no |
okay, i removed 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.
Looks good now, thanks 😄
Summary
Update versions of react-native and @types/react-native to 0.63.2 version
Checklist
README.md
CHANGELOG.md
example/App.js
)