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
When attempting to use this package, I'm seeing the below error;
No identifiers allowed directly after numeric literal.
I haven't been able to test this in the example project. I've never used the "bun" package manager and being a non-standard package manager (rather then npm or yarn), I'm not familiar with it's workings and I was constantly getting build errors (I solve one, then another comes up).
2024-10-03 09:00:14.184 29410-29522 unknown:ReactNative com.company.debug E Exception in native call from JS
com.facebook.react.devsupport.JSException: No identifiers allowed directly after numeric literal
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
at java.lang.Thread.run(Thread.java:1012)
Caused by: com.facebook.jni.CppException: No identifiers allowed directly after numeric literal
no stack
... 8 more
2024-10-03 09:00:14.190 29410-29410 Compatibil...geReporter com.company.debug D Compat change id reported: 171228096; UID 10443; state: ENABLED
2024-10-03 09:00:14.203 29410-29522 ReactNativeJNI com.company.debug E Attempting to call JS functionon a bad application bundle: HMRClient.setup()
2024-10-03 09:00:14.208 29410-29522 unknown:ReactNative com.company.debug E Exception in native call
java.lang.RuntimeException: Attempting to call JS functionon a bad application bundle: HMRClient.setup()
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
at java.lang.Thread.run(Thread.java:1012)
2024-10-03 09:00:14.209 29410-29522 ReactNativeJNI com.company.debug E Attempting to call JS functionon a bad application bundle: AppRegistry.runApplication()
2024-10-03 09:00:14.211 29410-29522 unknown:ReactNative com.company.debug E Exception in native call
java.lang.RuntimeException: Attempting to call JS functionon a bad application bundle: AppRegistry.runApplication()
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
at java.lang.Thread.run(Thread.java:1012)
2024-10-03 09:00:14.211 29410-29522 ReactNativeJNI com.company.debug E Attempting to call JS functionon a bad application bundle: RCTDeviceEventEmitter.emit()
2024-10-03 09:00:14.213 29410-29522 unknown:ReactNative com.company.debug E Exception in native call
java.lang.RuntimeException: Attempting to call JS functionon a bad application bundle: RCTDeviceEventEmitter.emit()
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
at java.lang.Thread.run(Thread.java:1012)
2024-10-03 09:00:14.213 29410-29522 ReactNativeJNI com.company.debug E Attempting to call JS functionon a bad application bundle: RCTDeviceEventEmitter.emit()
2024-10-03 09:00:14.215 29410-29522 unknown:ReactNative com.company.debug E Exception in native call
java.lang.RuntimeException: Attempting to call JS functionon a bad application bundle: RCTDeviceEventEmitter.emit()
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
at java.lang.Thread.run(Thread.java:1012)
2024-10-03 09:00:14.215 29410-29522 ReactNativeJNI com.company.debug E Attempting to call JS functionon a bad application bundle: RCTDeviceEventEmitter.emit()
2024-10-03 09:00:14.217 29410-29522 unknown:ReactNative com.company.debug E Exception in native call
java.lang.RuntimeException: Attempting to call JS functionon a bad application bundle: RCTDeviceEventEmitter.emit()
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:234)
at java.lang.Thread.run(Thread.java:1012)
Device
Samsung Galaxy Tab S8
QuickCrypto Version
0.7.5
Can you reproduce this issue in the QuickCrypto Example app?
No, I cannot reproduce the issue in the Example app
I figured out a "solution" faster then I expected. In the gradle.properties, we have hermesEnabled set to false since Hermes is a lot slower then JSC for our type of app.
I still haven't been able to build the example to test this, however I have been able to run our project with using this package with Hermes.
I understand that since Hermes is the default now and JSC usage is low, however it would be interesting to see if this can be easily resolved so JSC users can use this package. If not, then can we please have this added to the troubleshooting guide? The error message is extremely unhelpful and I only tried Hermes based on a hunch.
What's happening?
When attempting to use this package, I'm seeing the below error;
No identifiers allowed directly after numeric literal
.I haven't been able to test this in the example project. I've never used the "bun" package manager and being a non-standard package manager (rather then npm or yarn), I'm not familiar with it's workings and I was constantly getting build errors (I solve one, then another comes up).
Our project is using react-native
0.73.6
.Reproducible Code
Relevant log output
Device
Samsung Galaxy Tab S8
QuickCrypto Version
0.7.5
Can you reproduce this issue in the QuickCrypto Example app?
No, I cannot reproduce the issue in the Example app
Additional information
The text was updated successfully, but these errors were encountered: