react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

Error in yarn start for RN v 0.68.1

Open abhisekmallikpwc opened this issue 3 years ago • 0 comments

We are using "react-native": "0.68.1" and getting the below error.

Running react-native link react-native-fs should not be needed if you are above RN >= 0.61, but if we unlink we are encountering errors. Kindly fix the issue.

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

  • react-native-fs (to unlink run: "react-native unlink react-native-fs") 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. Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md

abhisekmallikpwc avatar Jun 20 '22 06:06 abhisekmallikpwc