prscX / react-native-photo-editor

React Native: Native Photo Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to complete setup the package in ios as well as android

kevin-mcs opened this issue · comments

the given steps are not working for me i am my project version is 0.64

in iOS it gives the error Like => ### 'React/RCTBridgeDelegate.h' file not found

and in android Like this =>

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:11:7-34
is also present at [com.github.prscX:photo-editor-android:master-SNAPSHOT] AndroidManifest.xml:12:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:7:5-12:19 to override.

Your given example is also has the same error

commented

Hello @KevinMac19! See #133

import tools at the top of the manifest
and then add tools:replace="android:allowBackup within the application tag<>.