Huỳnh Đức Huy

Results 3 comments of Huỳnh Đức Huy

change this file works for me /@baronha/react-native-photo-editor/android/src/main/java/com/reactnativephotoeditor ----------------------------------------------------------------------------------------------------------- private val mActivityEventListener: ActivityEventListener = object : BaseActivityEventListener() { override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, intent: Intent?) { if (requestCode...

> [@fernandopontue](https://github.com/fernandopontue) I realised the problem was AppDelegate.swift which is different in RN 0.80 from older version, so rnn-link did not change anything in it. I try to change it...

I’m facing a similar issue. I resolved it by removing the animations, and it worked for me.