react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
I like your package a lot! Can you please just replace the currentlyFocusedField with currentlyFocusedInput, so the Warning will disappear. Thank You very much! Here the log: currentlyFocusedField is deprecated...
Hello, I've got a problem with an app I'm developing for a client. The structure of the page is like this: ``` ... ``` As long as the focused TextInput...
Passing `refreshControl` to the `KeyboardAwareScrollView` will not render the children on Android. Any ideas on how to fix it ? React-native version: 0.63.3 react-native-keyboard-aware-scroll-view: 0.9.3
it makes Scrollview can not scroll
`"react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native": "0.61.5",` ``` ``` ``` scrollView: { flex: 1, }, scrollContent: { flexGrow: 1, justifyContent: 'center', alignItems: 'center', paddingVertical: 136, }, ``` When enableOnAndroid={true}, paddingBottom inside of paddingVertical:...
add scrollIntoView method to TypeScript define
The approach used in the documentation returns a reference in which this.scroll.props results in undefined meaning that we cannot use the scrollToPosition, scrollIntoView or, getScrollResponder methods. scrollToEnd however can in...
fixed #451
react-native-iphone-x-helper started to support iPhone 12 series from v1.3.1 . https://github.com/ptelad/react-native-iphone-x-helper/pull/29 https://github.com/ptelad/react-native-iphone-x-helper/pull/30
We can see the top of vertical scroll indicator moves when a keyboard comes up and goes down. https://user-images.githubusercontent.com/14362029/106378947-1f713f80-636e-11eb-8388-61339dfe867a.mov Reproducible: https://snack.expo.io/@horaeng/4d0721 (different from the video) The step is below: 1....