File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const KeyboardAwareMixin = {
7676 } ,
7777
7878 resetKeyboardSpace : function ( ) {
79- const keyboardSpace : number = ( this . props . viewIsInsideTabBar ) ? _KAM_DEFAULT_TAB_BAR_HEIGHT : 0
79+ const keyboardSpace : number = ( this . props . viewIsInsideTabBar ) ? _KAM_DEFAULT_TAB_BAR_HEIGHT + this . props . extraScrollHeight : this . props . extraScrollHeight
8080 this . setState ( { keyboardSpace} )
8181 // Reset scroll position after keyboard dismissal
8282 if ( this . resetCoords ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-keyboard-aware-scroll-view" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " A React Native ScrollView component that resizes when the keyboard appears." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments