-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error - promise #1041
Comments
This change came from version 16.2.1.... You can fix that by changing your dependency in your package.json : "react-native-fcm" : "16.2.0" (important : remove the ^ to force this exact version) |
@wynch Thank you that worked. |
@wynch Thanks a lot, it works now |
The error comes from this file the Method |
Is this normal ? |
fixed in 16.2.2 |
RN: 0.56.0 / React-Native-FCM: 16.2.1
Android 8.0 device
Not compiling
When I create an react native app with
react-native init
and addreact-native-fcm
with npm, I cannot compile the projet withreact-native run-android
Logs:
Step to reproduce:
react-native init {name}
npm i --save react-native-fcm
react-native link
react-native run-android
Ps: I'm a newbie to react native and firecloud
The text was updated successfully, but these errors were encountered: