You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL EXCEPTION: mqt_native_modules
Process: com.student.project, PID: 9884
com.facebook.react.bridge.NativeArgumentsParseException: OneSignal.setLogLevel got 2 arguments, expected 1
at com.facebook.react.bridge.JavaMethodWrapper.invoke(Unknown Source:332)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(Unknown Source:21)
at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(Unknown Source:0)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(Unknown Source:37)
at java.lang.Thread.run(Thread.java:1012)`
in debug mode i'm not getting any kind of error and working fine.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How can we help?
I migrate 4.3.6 to 5.0.0 and follow the Android SDK Setup instruction.
i used
"react-native": "0.64.0",
buildToolsVersion = "34"
minSdkVersion = 21
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "23.1.7779620"
kotlin_version = '1.9.0'
when i build the release apk and start the app then suddenly it's crash and give me error
`FATAL EXCEPTION: mqt_native_modules
com.facebook.react.bridge.NativeArgumentsParseException: OneSignal.setLogLevel got 2 arguments, expected 1
FATAL EXCEPTION: mqt_native_modules
Process: com.student.project, PID: 9884
com.facebook.react.bridge.NativeArgumentsParseException: OneSignal.setLogLevel got 2 arguments, expected 1
at com.facebook.react.bridge.JavaMethodWrapper.invoke(Unknown Source:332)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(Unknown Source:21)
at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(Unknown Source:0)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(Unknown Source:37)
at java.lang.Thread.run(Thread.java:1012)`
in debug mode i'm not getting any kind of error and working fine.
Code of Conduct
The text was updated successfully, but these errors were encountered: