react-native-photo-editor
react-native-photo-editor copied to clipboard
React Native: Native Photo Editor
I have used this module in my react native project. In android, I could edit photo. But I can't edit photo in only iOS. /Users/admin/Library/Developer/CoreSimulator/Devices/3976BEF4-5473-4261-80CD-E2033ACCFFB3/data/Containers/Data/Application/7A1FB6BE-887D-4497-9AAC-D63A6DB4C3EB/Documents/photo.jpg This is just photoPath what...
What is the purpose of the right Arrow that appears inside circle at the bottom right side? what is the event associated with it to override? Thanks
Erase button on android dont work Android Emulator- Pixel 5 RN - 0.67.3
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...
```javascript import PhotoEditor from 'react-native-photo-editor' try { PhotoEditor.Edit({ path: this.currentPath, hiddenControls: ['clear', 'draw', 'save', 'share', 'sticker', 'text'], onDone: async (uri) => {}, onCancel: () => {} }) } catch (err)...
 > "react": "16.11.0", "react-native": "0.62.2", Having issue above when try to run it. Any solution for this issues
the moment i install the libary "npm i react-native-photo-editor" i couldnt run the project  android/app/src/debug/Manifast  android/app/src/Main/Manifast  package.json  please help me
image crop button is UN-clickable after first crop is done
crop function only work once. if we want to crop picture again then it not work.
- If you crop an image or go into the crop functionality, but decide to cancel the crop screen - Then try click on the crop button to open the...