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
93
93
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
94
94
95
95
[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.
99
99
| ` enableAutoAutomaticScroll` | ` boolean` | When focus in ` TextInput` will scroll the position, default is enabled. |
100
100
| ` extraHeight` | ` number` | Adds an extra offset when focusing the ` TextInput` s. |
101
101
| ` 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. |
102
103
103
104
## License
104
105
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.6 " ,
3
+ "version" : " 0.2.7 " ,
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