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 = {
76
76
} ,
77
77
78
78
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
80
80
this . setState ( { keyboardSpace} )
81
81
// Reset scroll position after keyboard dismissal
82
82
if ( this . resetCoords ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-keyboard-aware-scroll-view" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " A React Native ScrollView component that resizes when the keyboard appears." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments