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

React Native: Native Photo Editor

Results 112 react-native-photo-editor issues
Sort by recently updated
recently updated
newest added

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)...

![image](https://user-images.githubusercontent.com/30256135/85812320-e1d28580-b792-11ea-905e-8eb47f0a026c.png) > "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 ![issue](https://user-images.githubusercontent.com/61381995/110269855-42c28680-7fcd-11eb-9095-d9d65c955d75.PNG) android/app/src/debug/Manifast ![issue](https://user-images.githubusercontent.com/61381995/110270044-a3ea5a00-7fcd-11eb-9744-3ccc72ffd187.PNG) android/app/src/Main/Manifast ![issue](https://user-images.githubusercontent.com/61381995/110270129-d72ce900-7fcd-11eb-94aa-6021eeb28d11.PNG) package.json ![issue](https://user-images.githubusercontent.com/61381995/110270195-fa579880-7fcd-11eb-907d-4d96f1afe332.PNG) 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...