Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

android release crash #71

Open
shiguo2021 opened this issue Nov 19, 2019 · 1 comment
Open

android release crash #71

shiguo2021 opened this issue Nov 19, 2019 · 1 comment

Comments

@shiguo2021
Copy link

2019-11-19 11:58:13.649 5170-5195/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
Process: cn.sg.jxc, PID: 5170
java.lang.NullPointerException: Attempt to invoke virtual method 'double java.lang.Double.doubleValue()' on a null object reference
at com.facebook.react.bridge.ReadableNativeArray.getDouble(ReadableNativeArray.java:91)
at com.facebook.react.bridge.JavaMethodWrapper$4.extractArgument(JavaMethodWrapper.java:63)
at com.facebook.react.bridge.JavaMethodWrapper$4.extractArgument(JavaMethodWrapper.java:59)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:355)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:150)
at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:907)
at android.os.Handler.dispatchMessage(Handler.java:105)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:26)
at android.os.Looper.loop(Looper.java:216)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:225)
at java.lang.Thread.run(Thread.java:784)

@nikunjdhamat
Copy link

I got the issue, There is problem with scanBarStyle, just remove the scanBarStyle if you have set to QRScannerView.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants