react-native-photo-editor icon indicating copy to clipboard operation
react-native-photo-editor copied to clipboard

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

Open kevin-mcs opened this issue 4 years ago • 2 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

kevin-mcs avatar Jul 21 '21 11:07 kevin-mcs

Hello @KevinMac19! See #133

lb90 avatar Jul 29 '21 07:07 lb90

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

gnana-guru avatar May 20 '22 13:05 gnana-guru