Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this being maintained? NativeEventEmitter #1055

Open
billnbell opened this issue Nov 23, 2021 · 13 comments
Open

is this being maintained? NativeEventEmitter #1055

billnbell opened this issue Nov 23, 2021 · 13 comments

Comments

@billnbell
Copy link

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

@JoshBot-Debug
Copy link

Same here

@AtesDANIS
Copy link

still same :/

@JoshBot-Debug
Copy link

Assign the issue to me

@GrimDev
Copy link

GrimDev commented Jan 7, 2022

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

@sky0014
Copy link

sky0014 commented Feb 7, 2022

same

@JoshBot-Debug
Copy link

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

@waynedunkley
Copy link

waynedunkley commented Feb 27, 2022

Running pod install will fix this issue.

cd ./ios
pod install

@ilkermutlu
Copy link

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?

@Keshavdulal
Copy link

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

@itinance
Copy link
Owner

itinance commented Feb 6, 2023

Regarding the first question, pls consider this post: #1115

@patras1
Copy link

patras1 commented Apr 22, 2023

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

@sanketitnal
Copy link

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

@JoshBot-Debug
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests