React Native 0.60 support
See original GitHub issueThis warning is presented when running the packager with react-native start
:
warn The following packages use deprecated "rnpm" config that will stop working from next release:
- react-native-check-app-install: https://github.com/redpandatronicsuk/react-native-check-app-install#readme
The fix might be as simple as this one from maps: https://github.com/react-native-community/react-native-maps/pull/2975/files
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:7
Top Results From Across the Web
Announcing React Native 0.60
After months of hard work from hundreds of contributors, the React Native Core team is proud to announce the release of version 0.60....
Read more >Upgrade to React Native 0.60 - Matt Oakes
React Native 0.60 is a major update which brings many welcome changes. This article explains what's new, how to upgrade, and what it...
Read more >react-native 0.60 support and documentation #1625 - GitHub
The release of react-native v0.60 brings with it lots of changes to the way in which 3rd party dependencies such as react-native-code-push ...
Read more >React Native introduces its latest version 0.60 - Peerbits
It comes with the ability to merge platform-specific APIs with native support technologies. And there are more improvements on the accessibility front with ......
Read more >React Native 0.60 releases with accessibility improvements ...
React Native 0.60 releases with accessibility improvements, AndroidX support, and more ... Yesterday, the team behind React Native announced the ...
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 Free
Top 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
Would be interesting for our team as well. Is a new release planned for the next days?
I’ve tried the suggested patch and added it with patch-package. It doesn’t work. Error-Message still remain. And for me it’s absolutely logical, because the solution is to remove rnpm from the package.json of the Component … like the ThreadOpener notice.
So here the Steps: create the react-native.config.js File in node_modules/react-native-check-app-install/ and put this inside:
Then Remove the following lines from package.json:
That’s it. I’ve created an PR for it