react-native-bluetooth-serial icon indicating copy to clipboard operation
react-native-bluetooth-serial copied to clipboard

error React Native CLI uses autolinking for native dependencies

Open AnnaLaraMoraes opened this issue 5 years ago • 1 comments

react-native run-android

error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:

  • react-native-bluetooth-serial (to unlink run: "react-native unlink react-native-bluetooth-serial") 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 " 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.

AnnaLaraMoraes avatar Aug 03 '19 16:08 AnnaLaraMoraes

@AnnaLaraMoraes did you resolve that issue?

ahmedtehseen avatar Aug 10 '19 03:08 ahmedtehseen