https://github.com/kelset/rn56-testupdate
This sample repo shows the minimal number of steps necessary to update a RN proj to the new 0.56 version.
https://github.com/kelset/rn56-testupdate
react-native
Last synced: 17 days ago
JSON representation
This sample repo shows the minimal number of steps necessary to update a RN proj to the new 0.56 version.
- Host: GitHub
- URL: https://github.com/kelset/rn56-testupdate
- Owner: kelset
- Created: 2018-07-03T11:08:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T09:37:00.000Z (almost 8 years ago)
- Last Synced: 2025-10-30T08:57:58.679Z (7 months ago)
- Topics: react-native
- Language: Objective-C
- Homepage:
- Size: 193 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rn56-testupdate
This sample repo shows the minimal number of steps necessary to update a RN proj to the new 0.56 version.
Check the commit history for details of the things that I needed to do to ensure that the app was working fine in both Debug/Release builds for both Android/iOS.
**Disclaimer:** if you use Flow or Jest, the steps in this small TEST repo won't be enough. I suggest you check the 0.56 branch repo for the latest [.flowconfig](https://github.com/facebook/react-native/blob/v0.56.0-rc.4/local-cli/templates/HelloWorld/_flowconfig#L67). Even better, I suggest you use the compare version from [rn-diff](https://github.com/ncuillery/rn-diff) to ensure you update all the correct files.