Dheeraj rao

Results 3 comments of Dheeraj rao

@rosenexpend @usman64 you seem to use useRef() try this `customCrop.current.crop()`

@16ntu1120 Use it this way instead of `RNPhotoEditor` `import PhotoEditor from 'react-native-photo-editor';` `PhotoEditor.Edit(options)`

@kai-morich Thank you for letting me know. I figured out that if these two lines are not set to false, it's leading to a crash upon start. Just before I...