Subhan Mughal
Subhan Mughal
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" 
Same here, at the moment considering this a server side issue by following information from this link https://github.com/ivpusic/react-native-image-crop-picker/issues/1696
@yuchendong1996 You need to concat image uri with 'file://' to get it open in case of iOS. For example if the uri is like this "/private/var/mobile/Containers/Data/Application/8BF06247-0054-4801-B747-2BCD407A67A6/tmp/react-native-image-crop-picker/DE98896D-7A6E-406A-8D82-C179F39CF0E2.jpg". then it'll fail. It...
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" 