React-native-keyboard-aware-scroll-view: Extra empty space at bottom of screen on android

Created on 13 Mar 2019  路  4Comments  路  Source: APSL/react-native-keyboard-aware-scroll-view

KeboardAwareScrollView created extra empty space at bottom of screen. but due to this topmost view is getting hidden

any solution for this?

All 4 comments

you can just give css like flex:1 and and backGroundColor:'#ccc' to parent element
then automatically it may cover the total screen

@getinfyKiranreddy : Man Thanks :) Had given grand parent as flex : 1 and I was thinking it should solve. But you made my day.

Many Thanks

Did you mean the parent of KeyboardAwareScrollview? Mine already does and still has this extra space. It does get covered, but it's not an optimal solution.

issue happen both android & ios. set flex:1 not work for me.

Was this page helpful?
0 / 5 - 0 ratings