react-native-fs
react-native-fs copied to clipboard
is this being maintained? NativeEventEmitter
Getting new NativeEventEmitter() was called with a non-null argument without the required removeListeners method. Latest.
Same here
still same :/
Assign the issue to me
Still here almost 2 month later. Is this lib maintained ?
same
I removed this package because of this issue, I worked out an alternative without any additional package
Running pod install will fix this issue.
cd ./ios
pod install
Running pod install
did not fix the issue for me. Also tried removing Pods
and deleting podfile.lock
and reinstalling.
As soon as I import RNFS from 'react-native-fs';
I am getting this error.
Has anyone found a workaround?
I came across the same issue. RN - 0.71.2 RNFS - 2.20.0 M1 - Monterey Target ios
I had to run this bit specific for m1, as suggested in this blog post
sudo arch -x86_64 gem install ffi
cd ios && arch -x86_64 pod install
I also re-ran the build using npx react-native run-ios
Demo repo here: https://github.com/Keshavdulal/RN-x-RNFS.git
Regarding the first question, pls consider this post: https://github.com/itinance/react-native-fs/issues/1115
Is anyone has a solution or an alternative to the issue? Thanks!
What's the latest status on this issue? Have been facing this consistently.
What's the latest status on this issue? Have been facing this consistently.
Doesn't look like this package is being maintained. Drop it and find some other solution...