question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React Native 0.60 support

See original GitHub issue

This 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:open
  • Created 4 years ago
  • Reactions:7
  • Comments:7

github_iconTop GitHub Comments

1reaction
afillercommented, May 28, 2020

Hi there, when will #17 be merged in? thanks

Would be interesting for our team as well. Is a new release planned for the next days?

0reactions
xstablecommented, Jun 19, 2020

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:

module.exports = {
  project: {
    ios: {},
    android: {
      sourceDir: './android',
    },
  },
};

Then Remove the following lines from package.json:

    "rnpm": {
        "android": {
            "sourceDir": "./android"
        }
    },

That’s it. I’ve created an PR for it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found