Ui: Error After React-Native link

Created on 14 Apr 2018  路  3Comments  路  Source: shoutem/ui

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"' to element
at AndroidManifest.xml:7:5-24:19 to override.

any body experiencing the same with me ?

Most helpful comment

Yes, I came across this.
just set android:allowBackup in _/android/app/src/main/AndroidManifest.xml_ to true.
In my case it worked

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

acornejo picture acornejo  路  3Comments

lxwbr picture lxwbr  路  4Comments

alejandronanez picture alejandronanez  路  9Comments

haikov picture haikov  路  4Comments

mypark picture mypark  路  6Comments