-
Notifications
You must be signed in to change notification settings - Fork 14
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
Android Manifest issue #23
Comments
Hi @Ritesh175862, were you able to solve this issue? |
getting same issue, found any working solution
|
We are also facing same issue. Tried multiple options but still does not get any solution. |
@codebin-pune open android folder in android studio and search the react-native-firebase_messaging |
@patrick-samy yes |
@Ritesh175862 This is one time solution i guess, This change will remove every time after |
@codebin-pune yes, currently the repo has not any other solution, |
Hi @Nikolas1814 @DimitarNestorov, Can you please look into it? Thanks |
This is what it works for me. Change
Inside the
In the end should look similar to this:
The right place to put the replaced value is in the strings.xml so lets go there and also add the string missing.
Normally the default channel is
|
Manifest merger failed : Attribute meta-data#com.google.firebase.messaging.default_notification_channel_id@value value=() from [:react-native-firebase_messaging] AndroidManifest.xml:39:13-29
is also present at [com.helpscout:beacon-ui:2.0.2] AndroidManifest.xml:74:13-70 value=(@string/hs_beacon_notification_channel_id).
Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:37:9-39:32 to override.
The text was updated successfully, but these errors were encountered: