react-native-image-editor
react-native-image-editor copied to clipboard
I am trying to use Image editor library of react native but whenever I install this library I am unable to make my build to start my app locally can you help me ??
I am trying to use Image editor library of react native but whenever I install this library I am unable to make my build to start my app locally can you help me ??
https://www.npmjs.com/package/react-native-photo-editor
This is the package I am using
Try to add this line tools:replace="android:allowBackup"
under android:allowBackup="false"
in your AndroidManifest.xml
Issue not related to this library