jk-gan / redux-flipper

Redux middleware for React Native for Flipper
MIT License
158 stars 21 forks source link

Android Warning: new NativeEventEmitter() #56

Closed lranches-gemini closed 2 years ago

lranches-gemini commented 2 years ago

Getting a console warning for only android when enabling the redux-flipper middleware. If I remove the middleware, the warning does go away.

react-native: 0.65.1 react-native-flipper: 0.110.0 redux-flipper: 2.01

Screen Shot 2021-09-23 at 12 59 23 PM
plwai commented 2 years ago

This is caused by the native module react-native-flipper. There is nothing can be done by here so far. Can let this issue open until the problem fixes.

https://github.com/facebook/flipper/issues/2707

bell-steven commented 2 years ago

Fixed in Flipper v0.119.0