Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromb committed Nov 11, 2016
1 parent c4ae52a commit 4302b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/KeyboardAwareMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const KeyboardAwareMixin = {
},

resetKeyboardSpace: function () {
const keyboardSpace: number = (this.props.viewIsInsideTabBar) ? _KAM_DEFAULT_TAB_BAR_HEIGHT : 0
const keyboardSpace: number = (this.props.viewIsInsideTabBar) ? _KAM_DEFAULT_TAB_BAR_HEIGHT + this.props.extraScrollHeight : this.props.extraScrollHeight
this.setState({keyboardSpace})
// Reset scroll position after keyboard dismissal
if (this.resetCoords) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.2.2",
"version": "0.2.3",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4302b97

Please sign in to comment.