Month: July 2024
-
How to export an apk file for testing
In the terminal run these commands: Then the apk file is here:
-
How to fix NativeEventEmitter warning
I was getting the warning: new NativeEventEmitter() was called with a non-null argument without the required removeListeners method. I was using React Native Sound and to fix the warning I add the below lines of code to this file in the react-native-sound module: react-native-sound/android/src/main/java/com/zmxv/RNSound/RNSoundModule.java