expo: KeyboardAvoidingView flickering and hangs with Expo SDK 40, React Navigation, and react-native-screens

🐛 Bug Report

Cross-posting this really nasty bug for awareness. It can cause freezes of not just the app but sometimes of the entire phone! https://github.com/software-mansion/react-native-screens/issues/749

Workaround seems to be:

//import { enableScreens } from 'react-native-screens';
//enableScreens();

101942552-91af7a00-3b9e-11eb-8bc2-21f8739f6c14

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

@brentvatne Sorry for the delay in trying this. We’ve been launching our app in both stores in the last two weeks (and it all went great! Thanks to Expo!). I finally got around to this and confirmed the issue is fixed. Thanks!