-
Notifications
You must be signed in to change notification settings - Fork 25k
Open
Labels
Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Needs: Version Info
Description
Description
- beginning of crash
12-06 19:40:35.064 E/AndroidRuntime(28076): FATAL EXCEPTION: main
12-06 19:40:35.064 E/AndroidRuntime(28076): Process: com.rhbgroup.gowave.dev, PID: 28076
12-06 19:40:35.064 E/AndroidRuntime(28076): java.lang.ExceptionInInitializerError
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.react.bridge.Arguments.createMap(Arguments.java:163)
12-06 19:40:35.064 E/AndroidRuntime(28076): at io.invertase.firebase.messaging.ReactNativeFirebaseMessagingSerializer.remoteMessageToWritableMap(ReactNativeFirebaseMessagingSerializer.java:69)
12-06 19:40:35.064 E/AndroidRuntime(28076): at io.invertase.firebase.messaging.ReactNativeFirebaseMessagingStoreImpl.storeFirebaseMessage(ReactNativeFirebaseMessagingStoreImpl.java:28)
12-06 19:40:35.064 E/AndroidRuntime(28076): at io.invertase.firebase.messaging.ReactNativeFirebaseMessagingReceiver.onReceive(ReactNativeFirebaseMessagingReceiver.java:33)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread.handleReceiver(ActivityThread.java:4198)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread.access$1700(ActivityThread.java:273)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2107)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.os.Handler.dispatchMessage(Handler.java:107)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.os.Looper.loop(Looper.java:237)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread.main(ActivityThread.java:8107)
12-06 19:40:35.064 E/AndroidRuntime(28076): at java.lang.reflect.Method.invoke(Native Method)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
12-06 19:40:35.064 E/AndroidRuntime(28076): Caused by: java.lang.IllegalStateException: SoLoader.init() not yet called
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.assertInitialized(SoLoader.java:1273)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.loadLibraryOnNonAndroid(SoLoader.java:917)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:882)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:869)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.react.bridge.ReactBridge.staticInit(ReactBridge.java:34)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.react.bridge.NativeMap.(NativeMap.java:17)
12-06 19:40:35.064 E/AndroidRuntime(28076):
Steps to reproduce
run app using real device with new architecture enabled.
React Native Version
0.83
Affected Platforms
Runtime - Android
Output of npx @react-native-community/cli info
info Fetching system and libraries information...
System:
OS: macOS 15.6
CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz
Memory: 66.39 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.19.4
path: /usr/local/opt/node@20/bin/node
Yarn:
version: 4.9.1
path: /usr/local/opt/node@20/bin/yarn
npm:
version: 10.8.2
path: /usr/local/opt/node@20/bin/npm
Watchman:
version: 2025.09.01.00
path: /usr/local/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /Users/yousyoeun/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.0
- iOS 26.0
- macOS 26.0
- tvOS 26.0
- visionOS 26.0
- watchOS 26.0
Android SDK: Not Found
IDEs:
Android Studio: 2024.3 AI-243.24978.46.2431.13208083
Xcode:
version: 26.0.1/17A400
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.15
path: /usr/local/opt/openjdk@17/bin/javac
Ruby:
version: 3.2.2
path: /Users/yousyoeun/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.0
wanted: 20.0.0
react:
installed: 19.2.0
wanted: 19.2.0
react-native:
installed: 0.83.0
wanted: 0.83.0
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: false
Stacktrace or Logs
- beginning of crash
12-06 19:40:35.064 E/AndroidRuntime(28076): FATAL EXCEPTION: main
12-06 19:40:35.064 E/AndroidRuntime(28076): Process: com.rhbgroup.gowave.dev, PID: 28076
12-06 19:40:35.064 E/AndroidRuntime(28076): java.lang.ExceptionInInitializerError
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.react.bridge.Arguments.createMap(Arguments.java:163)
12-06 19:40:35.064 E/AndroidRuntime(28076): at io.invertase.firebase.messaging.ReactNativeFirebaseMessagingSerializer.remoteMessageToWritableMap(ReactNativeFirebaseMessagingSerializer.java:69)
12-06 19:40:35.064 E/AndroidRuntime(28076): at io.invertase.firebase.messaging.ReactNativeFirebaseMessagingStoreImpl.storeFirebaseMessage(ReactNativeFirebaseMessagingStoreImpl.java:28)
12-06 19:40:35.064 E/AndroidRuntime(28076): at io.invertase.firebase.messaging.ReactNativeFirebaseMessagingReceiver.onReceive(ReactNativeFirebaseMessagingReceiver.java:33)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread.handleReceiver(ActivityThread.java:4198)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread.access$1700(ActivityThread.java:273)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2107)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.os.Handler.dispatchMessage(Handler.java:107)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.os.Looper.loop(Looper.java:237)
12-06 19:40:35.064 E/AndroidRuntime(28076): at android.app.ActivityThread.main(ActivityThread.java:8107)
12-06 19:40:35.064 E/AndroidRuntime(28076): at java.lang.reflect.Method.invoke(Native Method)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
12-06 19:40:35.064 E/AndroidRuntime(28076): Caused by: java.lang.IllegalStateException: SoLoader.init() not yet called
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.assertInitialized(SoLoader.java:1273)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.loadLibraryOnNonAndroid(SoLoader.java:917)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:882)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:869)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.react.bridge.ReactBridge.staticInit(ReactBridge.java:34)
12-06 19:40:35.064 E/AndroidRuntime(28076): at com.facebook.react.bridge.NativeMap.<clinit>(NativeMap.java:17)
12-06 19:40:35.064 E/AndroidRuntime(28076):
MANDATORY Reproducer
h
Screenshots and Videos
No response
Metadata
Metadata
Assignees
Labels
Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Needs: Version Info