androidreactjsanimationreact-nativeflicker

Keyboard white flickering with React Native


When showing and hiding the keyboard in my React Native app there is a white flickering where the keyboard goes, see this:

https://photos.app.goo.gl/Bwmin9T1R4OAO9tB3

I'm making my first app using React Native, so I'm not sure if this is "expected" behaviour (if this is just the way things look with React Native) or if there is anything I can do to fix it.


Solution

  • Updating to a newer version of create-react-native-app which utilizes Expo seems to have fixed the issue.