react-native-photo-editor
react-native-photo-editor copied to clipboard
Unable to complete setup the package in ios as well as android
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
Your given example is also has the same error
Hello @KevinMac19! See #133
import tools at the top of the manifest and then add tools:replace="android:allowBackup within the application tag<>.