react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

Keyboard affects bottomInset on Android 5 with android:windowTranslucentNavigation=true

Open Ashoat opened this issue 5 years ago • 0 comments

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.

Ashoat avatar Oct 27 '20 22:10 Ashoat