Closed prashant45 closed 7 years ago
Hmm this is Java error, and the only thing that stands out in my perspective is react-native v0.47. This library was tested with react-native v0.46 projects.
Is your project small enough that you can rewrite it with v0.46 and check if that is the root cause?
I am currently trying to run core node.js modules on RN and using 0.47.1, that
@Override
is deprecated for RN 0.47.1
You can safely remove the the method createJSModule()
. It has been removed in latest RN. See breaking changes: https://github.com/facebook/react-native/releases/tag/v0.47.0
This should be solved now that react-native-node v2.0.0 is updated for React Native v0.48
While using this library for a simple
fs.readFile
method in ./background, I am getting this error while building the project. I followed all the instruction.Project specs
Any clue ?