react-native-gitfeed
react-native-gitfeed copied to clipboard
Crash when click "Give some advices" Button
I am using apk you released. This is the log I captured.
FATAL EXCEPTION: mqt_native_modules
Process: com.gitfeed, PID: 31650
com.facebook.react.modules.core.JavascriptException: value
index.android.bundle:17:19761
onRate
index.android.bundle:22:25607
touchableHandlePress
index.android.bundle:15:17683
_performSideEffectsForTransition
index.android.bundle:9:20282
_receiveSignal
index.android.bundle:9:18849
touchableHandleResponderRelease
index.android.bundle:9:16449
o
index.android.bundle:5:26040
a
index.android.bundle:5:45391
l
index.android.bundle:5:45624
f
index.android.bundle:5:35820
g
index.android.bundle:5:35923
o
index.android.bundle:5:27138
processEventQueue
index.android.bundle:5:37238
o
index.android.bundle:6:23638
handleTopLevel
index.android.bundle:6:23741
_receiveRootNodeIDEvent
index.android.bundle:6:45557
receiveTouches
index.android.bundle:6:45939
value
index.android.bundle:2:39019
<unknown>
index.android.bundle:2:37238
_
index.android.bundle:2:24042
value
index.android.bundle:2:37210
at com.facebook.react.modules.core.ExceptionsManagerModule.showOrThrowError(ExceptionsManagerModule.java:68)
at com.facebook.react.modules.core.ExceptionsManagerModule.reportFatalException(ExceptionsManagerModule.java:56)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.facebook.react.bridge.BaseJavaModule$JavaMethod.invoke(BaseJavaModule.java:249)
at com.facebook.react.bridge.NativeModuleRegistry$ModuleDefinition.call(NativeModuleRegistry.java:158)
at com.facebook.react.bridge.NativeModuleRegistry.call(NativeModuleRegistry.java:58)
at com.facebook.react.bridge.CatalystInstanceImpl$NativeModulesReactCallback.call(CatalystInstanceImpl.java:431)
at com.facebook.react.bridge.queue.NativeRunnableDeprecated.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
at android.os.Looper.loop(Looper.java:135)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:185)
at java.lang.Thread.run(Thread.java:818)