mockingbot / react-native-zip-archive

Zip archive utility for react-native
MIT License
420 stars 154 forks source link

Fix Android NativeEventEmitter warnings #261

Closed TheAlmightyBob closed 2 years ago

TheAlmightyBob commented 2 years ago

Adds method stubs required by React Native 0.65+, to address warnings that "new NativeEventEmitter was called with a non-null argument without the required [addListener/removeListeners] method"

Fixes #260