Skip to content

Commit

Permalink
fixing #79
Browse files Browse the repository at this point in the history
  • Loading branch information
halilb committed Feb 8, 2019
1 parent 1350af5 commit 556e16f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Fumi.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export default class Fumi extends BaseInput {

return (
<View
style={[styles.container, containerStyle]}
style={[styles.container, containerStyle, {
height: ANIM_PATH,
}]}
onLayout={this._onLayout}
>
<TouchableWithoutFeedback onPress={this.focus}>
Expand Down

0 comments on commit 556e16f

Please sign in to comment.