Android only: firebase.messaging() throws "module not installed natively" error #8576
Unanswered
shihKaiHung
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❗ Problem
This issue only occurs on Android. On iOS, everything works as expected.
I have already confirmed the following:
@react-native-firebase/app
and@react-native-firebase/messaging
are correctly installed inpackage.json
@react-native-firebase/messaging
in my JS codecd android && ./gradlew clean
followed by a full rebuildAndroidManifest.xml
MainApplication.java
for potential issues📦 Versions
@react-native-firebase/app
@react-native-firebase/messaging
✅ Steps to Reproduce
firebase.messaging()
on Android🧪 Expected Behavior
firebase.messaging()
should return the messaging module without error, as it does on iOS.❓ Questions
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions