React native – react-native-config not working on android – RNCConfig Module tried to override RNCConfigModule
I followed the instructions on the react-native-config package but Im getting the following error: Native module RNCConfig Module tried to override RNCConfigModule. Check the getPackages() method in MainApplication.java , it might be that module is being created twice. If I…