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();

About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (15 by maintainers)
@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!