Summary: With React Native v0.65+, `NativeEventEmitter` shows non-null argument warnings. Issue https://github.com/facebook/flipper/issues/2707 ``` `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method. ``` ## Changelog https://github.com/facebook/flipper/issues/2707 - Fix NativeEventEmitter warnings for android Pull Request resolved: https://github.com/facebook/flipper/pull/2975 Test Plan: - Add `redux-flipper` plugin to `ReactNativeFlipperExample` project ## Screenshots #### Before  #### After  Reviewed By: passy Differential Revision: D32243694 Pulled By: mweststrate fbshipit-source-id: 21e490a275875268fea982ac1e855ca4bed02bc8
README
If you want to publish the lib as a maven dependency, follow these steps before publishing a new version to npm:
- Be sure to have the Android SDK and NDK installed
- Be sure to have a
local.propertiesfile in this folder that points to the Android SDK and NDK
ndk.dir=/Users/{username}/Library/Android/sdk/ndk-bundle
sdk.dir=/Users/{username}/Library/Android/sdk
- Delete the
mavenfolder - Run
./gradlew installArchives - Verify that latest set of generated files is in the maven folder with the correct version number