Manoj Bhardwaj

Results 6 comments of Manoj Bhardwaj

Yes I also face same issue and app is removed from the store don't use this plugin now ionic should have to remove this from their documentation as soon as...

Hi i fix the this issue please check https://github.com/prscX/react-native-photo-editor/issues/190 may hope it will help you so i am closing the issue now so i requested to [prscX](https://github.com/prscX) to check this...

Hi i fix the this issue please check https://github.com/prscX/react-native-photo-editor/issues/190 may hope it will help you so i am closing the issue now so i requested to [prscX](https://github.com/prscX) to check this...

Ok i solved this issue by adding a condition in startCropping method into /node_modules/react-native-photo-editor/android/src/main/java/com/ahmedadeltito/photoeditor/PhotoEditorActivity.java private void startCropping() { System.out.println(selectedImagePath); if (selectedImagePath.contains("file://")||selectedImagePath.contains("content://")) { selectedImagePath = getPath(Uri.parse(selectedImagePath)); } //Rest of code continue.......

Try this https://github.com/talalmajali/react-native-countdown-component/issues/92#issuecomment-1467393540

**(Fixed) Getting the same issue with Apple M2 iOS but I fixed it by making some changes just removing this (Issue with **debugger** only) You can also use patch package...