APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Not working with in Android with FLAG_LAYOUT_NO_LIMITS #433

Open Paduado opened 4 years ago

Paduado commented 4 years ago

It was working fine until I added the FLAG_LAYOUT_NO_LIMITS flag in Android, is there anyway to make it work?

mstankov commented 3 years ago

Bump - came across the same issue. Goal is to achieve transparent navigation bar. Seems that using FLAG_LAYOUT_NO_LIMITS breaks the Keyboard module's events - they stop firing.