alex-kov

Results 1 comments of alex-kov

I just stumbled across this same issue and here is what solved it. I added this code `activity?.getSystemService(AutofillManager::class.java)?.commit()` in _onDestroy()_ function in _node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenFragment.kt_ A little bit of explanation for those...