silvabacc
silvabacc
It is possible, but requires a little bit of workaround... Firstly, you would need to install the package [`react-native-fs`](https://www.npmjs.com/package/react-native-fs), since you can't really access the file system like you can...
which version of `react-native` did this work for you? Currently I have a new `react-native` project and facing the same issue on android. Followed the guide on `0.71.3`, but would...
Turns out... After looking into other [issues](https://github.com/facebook/react-native/issues/26813), it's possible that the object may appear as empty but it isn't the case. My NativeModule appears to be working
Yes, I am getting the same issue on the same version of `react-native` `0.71.3`. I can see a duplicate issue [here](https://github.com/facebook/react-native/issues/35302). I followed the same guide @macro6461