Is there anyone experiencing the same issue after installing @shoutem/ui and react-native link after running the program always error.
Manifest merger failed : Attribute application@allowBackup value=(false) from
AndroidManifest.xml:11:7-34
is also present at [me.relex:photodraweeview:1.0.0] AndroidManifest.xml:10:9
-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' toelement
at AndroidManifest.xml:7:5-24:19 to override.
any body experiencing the same with me ?
Yes, I came across this.
just set android:allowBackup in _/android/app/src/main/AndroidManifest.xml_ to true.
In my case it worked
Change android:allowBackup from false to true worked for me
Yeah,Changing android:allowBackup from false to true worked for me too
Most helpful comment
Yes, I came across this.
just set
android:allowBackupin _/android/app/src/main/AndroidManifest.xml_ totrue.In my case it worked