File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-3]\\|1[0-9]\\|[0-9
9393suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
9494
9595[version]
96- 0.23 .0
96+ 0.33 .0
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ All the `ScrollView`/`ListView` props will be passed.
9999| ` enableAutoAutomaticScroll` | ` boolean` | When focus in ` TextInput` will scroll the position, default is enabled. |
100100| ` extraHeight` | ` number` | Adds an extra offset when focusing the ` TextInput` s. |
101101| ` extraScrollHeight` | ` number` | Adds an extra offset to the keyboard. Useful if you want to stick elements above the keyboard. |
102+ | ` enableResetScrollToCoords` | ` boolean` | Lets the user enable or disable automatic resetScrollToCoords. |
102103
103104## License
104105
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-keyboard-aware-scroll-view" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.2.7 " ,
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