Issue
When trying to build my android react native app, im getting this error
Execution failed for task ':app:processReleaseMainManifest'.
> Manifest merger failed : Attribute meta-data#org.unimodules.core.AppLoader#react-native-headless@value value=(org.unimodules.adapters.react.apploader.RNHeadlessAppLoader) from [:unimodules-react-native-adapter] AndroidManifest.xml:14:13-88
is also present at [:expo-modules-core] AndroidManifest.xml:14:13-86 value=(expo.modules.adapters.react.apploader.RNHeadlessAppLoader).
Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:12:9-14:91 to override.
Solution
Updating to last expo SDK seems to be working for me (version 43). Since they replaced the react-native-unimodules
package with an expo
one.
Answered By - Guillaume Theret
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.