react-native-photo-editor
react-native-photo-editor copied to clipboard
App is crashing on calling const result = await PhotoEditor.open(Options);
App is crashing on calling const result = await PhotoEditor.open(Options); But no errors are showing.
Find this file in the NPM package :AndroidManifest.xml Reference : node_modules@baronha\react-native-photo-editor\android\src\main\AndroidManifest.xml
Add the highlighted line: android:theme="@style/Theme.AppCompat"
Thank you so much @isubhann, the issue was instantly fixed for me, can you please tell me how did you know this was going to fix this issue? I wanted to understand the root cause of this.