You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
|`multilineInputStyle`|`Style`|`null`| If your multiline `TextInput` has a specific style, to ensure that the cursor can be accurately adjusted to the top of the keyboard, this is set as a multiline `TextInput` style, The style attributes that mainly include `fontSize`、`fontFamily`、`lineHeight` etc. affect the position of the cursor. **Be careful not to include `width` and `height`**. |
132
132
|`useAnimatedScrollView`|`bool`|`false`| Replace regular `ScrollView` component with `Animated.ScrollView` component. |
133
133
|`keyboardAvoidingViewProps`|`props`|`null`|`KeyboardAvoidingView` component Props. Check them here: https://facebook.github.io/react-native/docs/keyboardavoidingview|
134
-
|`...ScrolView.props`|`props`|| All props from ScrollView are inherited. Check them here: https://facebook.github.io/react-native/docs/scrollview.html|
134
+
|`...ScrollView.props`|`props`|| All props from ScrollView are inherited. Check them here: https://facebook.github.io/react-native/docs/scrollview.html|
0 commit comments