react-native-safe-area-context
react-native-safe-area-context copied to clipboard
Keyboard affects bottomInset on Android 5 with android:windowTranslucentNavigation=true
I have an app with android:windowTranslucentNavigation enabled, which makes it so Android doesn't resize the window for the soft keyboard. react-native-safe-area-context handles this well for most versions of Android, but for API levels below 23 it updates the bottomInset whenever the soft keyboard appears.