react-native-exception-handler icon indicating copy to clipboard operation
react-native-exception-handler copied to clipboard

Native module ReactNativeExceptionHandler tried to override

Open why001 opened this issue 5 years ago • 0 comments

Native module ReactNativeExceptionHandler tried to override ReactNativeExceptionHandlerModule. Check the getPackages() method in MainApplication.java,it might e that module is being created twice.If the was your intention,set canoverrideExistingModule=true.

why001 avatar Dec 23 '19 09:12 why001