diff --git a/.flowconfig b/.flowconfig index f56848d..5438454 100644 --- a/.flowconfig +++ b/.flowconfig @@ -93,4 +93,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-3]\\|1[0-9]\\|[0-9 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy [version] -0.23.0 +0.33.0 diff --git a/README.md b/README.md index dd0855d..87fe17e 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ All the `ScrollView`/`ListView` props will be passed. | `enableAutoAutomaticScroll` | `boolean` | When focus in `TextInput` will scroll the position, default is enabled. | | `extraHeight` | `number` | Adds an extra offset when focusing the `TextInput`s. | | `extraScrollHeight` | `number` | Adds an extra offset to the keyboard. Useful if you want to stick elements above the keyboard. | +| `enableResetScrollToCoords` | `boolean` | Lets the user enable or disable automatic resetScrollToCoords. | ## License diff --git a/package.json b/package.json index 480fc89..a198f45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-aware-scroll-view", - "version": "0.2.6", + "version": "0.2.7", "description": "A React Native ScrollView component that resizes when the keyboard appears.", "main": "index.js", "scripts": {