thomas-coldwell / expo-image-editor

A super simple image cropping and rotation tool for Expo that runs on iOS, Android and Web!
164 stars 32 forks source link

Back vs Done button events #103

Open saffaura opened 9 months ago

saffaura commented 9 months ago

Is there a way to differentiate between when only the Done button is pressed vs the Back button? From what I can see, pressing Back calls onCloseEditor, and Done calls onEditingComplete and onCloseEditor.

What I need is a reliable way to either go to the previous screen or navigate to an upload screen where the user adds captions and other image info. It's a bit buggy to be navigating both back and forward when editing is complete.