Upgrading react-native-tvos, what's the recommended way?
See original GitHub issueFor React Native I used to run npx react-native upgrade
which automatically upgraded to the latest version, showed which files conflicted. Then I would look on https://react-native-community.github.io/upgrade-helper/ to resolve conflicts.
How is one supposed to do this for react-native-tvos? Just manually compare using upgrade-helper? And would that even be correct or should there be a separate tool for react-native-tvos?
Issue Analytics
- State:
- Created 2 years ago
- Comments:10
Top Results From Across the Web
React Native tvOS - GitHub
Build changes · Make sure you have the CLI installed globally (this only needs to be done once on your system) · Init...
Read more >Upgrading to new versions - React Native
There's currently two ways for upgrading your React Native project: by using React Native CLI or manually with Upgrade Helper.
Read more >Get Started with React Native - Visual Studio App Center
3.1.1 Integrate React Native iOS · Run pod install --repo-update from iOS directory to install CocoaPods dependencies. · Modify the app's ...
Read more >React Native: Upgrade Dos and Don'ts | Shockoe
Using the Upgrade Helper web tool is a manual process, but it is the best resource for React Native updates. It is a...
Read more >Best practice to force upgrade app | Apple Developer Forums
You didn't say what platform you're running on (macOS or iOS). If you're delivering your app through the App Store or Mac App...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll be tracking this in the CLI repo at https://github.com/react-native-community/cli/issues/1476
@wouterds sorry about that, the issue is fixed.