Support autolinking > 0.60
See original GitHub issueHi,
Did you saw that and is it planned ?
error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- react-native-ble-plx (to unlink run: "react-native unlink react-native-ble-plx")
This is likely happening when upgrading React Native from below 0.60 to 0.60 or above. Going forward, you can unlink this dependency via "react-native unlink <dependency>" and it will be included in your app automatically. If a library isn't compatible with autolinking, disregard this message and notify the library maintainers.
Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
Regards
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Support RN >= 0.60 autolinking · Issue #94 - GitHub
Running a project with either react-native run-ios or react-native run-android the following message appears: error React Native CLI uses autolinking for ...
Read more >React Native Autolinking after React Native 0.60 - About React
So the first thing which is updated in the React Native 0.60 is the default screen of the app. Now you will see...
Read more >Developers - Support autolinking > 0.60 - - Bountysource
Hi,. Did you saw that and is it planned ? error React Native CLI uses autolinking for native dependencies, but the following modules...
Read more >Linking Libraries - React Native
React Native will link your libs based on dependencies and devDependencies in your package.json file. That's it! Next time you build your app ......
Read more >Not compatible with RN 0.60 autolinking - react native
In react-native 0.60 this is not needed as the linking is done by ... update some of them as autolinking isn't supported in...
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
There are plans to release version 2.0, which will target RN 0.60+ and use autolinking feature as far as I know. There are no API changes planned for 2.0.
@dariuszseweryn I have updated to RN 0.63.2 and I don’t have those stuff in my xCode project. Anyhow my podfile looks like this and your library at the moment is working properly, it was just about that warning I was having when running npx react-native run-ios.