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

is this being maintained? NativeEventEmitter

Open billnbell opened this issue 2 years ago • 13 comments

Getting new NativeEventEmitter() was called with a non-null argument without the required removeListeners method. Latest.

billnbell avatar Nov 23 '21 00:11 billnbell

Same here

JoshBot-Debug avatar Dec 27 '21 04:12 JoshBot-Debug

still same :/

AtesDANIS avatar Jan 03 '22 18:01 AtesDANIS

Assign the issue to me

JoshBot-Debug avatar Jan 04 '22 10:01 JoshBot-Debug

Still here almost 2 month later. Is this lib maintained ?

GrimDev avatar Jan 07 '22 16:01 GrimDev

same

sky0014 avatar Feb 07 '22 08:02 sky0014

I removed this package because of this issue, I worked out an alternative without any additional package

JoshBot-Debug avatar Feb 12 '22 08:02 JoshBot-Debug

Running pod install will fix this issue.

cd ./ios
pod install

waynedunkley avatar Feb 27 '22 01:02 waynedunkley

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?

ilkermutlu avatar Dec 01 '22 12:12 ilkermutlu

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

Keshavdulal avatar Feb 06 '23 17:02 Keshavdulal

Regarding the first question, pls consider this post: https://github.com/itinance/react-native-fs/issues/1115

itinance avatar Feb 06 '23 18:02 itinance

Is anyone has a solution or an alternative to the issue? Thanks!

patras1 avatar Apr 22 '23 17:04 patras1

What's the latest status on this issue? Have been facing this consistently.

sanketitnal avatar Mar 28 '24 08:03 sanketitnal

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...

JoshBot-Debug avatar Mar 28 '24 13:03 JoshBot-Debug