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.
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...
Hey! First thank you for the awesome component 🙏 Then :) After upgrading to latest react-native 0.63 - it stopped rendering at all - when downgrading back works fine -...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Version 0.9.4 released today breaks at line 135 https://prnt.sc/129rhwg. Addition that caused the issue: https://prnt.sc/129rjt2. Recommendation: `const shouldCallGetNode = !Platform.constants || !Platform.constants.reactNativeVersion || (Platform.constants.reactNativeVersion.major === 0 && Platform.constants.reactNativeVersion.minor < 62)`
I have a sign up screen and when I go from Last Name to Email and Email to Password it works fine, but when I go to Confirm Password, it...
I have the same problem with https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/212. Can someone take a look? Thanks If textinput is password with secureTextEntry props. The auto scroll doesn't work React 16.2.0 React Native 0.52.0...
Is it possible to get the draggable functionality from [draggableflatlist](https://github.com/computerjazz/react-native-draggable-flatlist) and the awesome keyboard aware functionality of this repo? Please let me know if there is a way to do...
I'm using KASV like this: ``` Alert.alert('Hello', 'world!')}> Press me ``` and encountered strange behavior. Steps to reproduce: - scroll view down - focus TextInput: - _keyboard appears_ - _view...
Flow erros
Hi, since I updated to the latest version I am having lots of flow errors considering this lib : hope this issue wasn't already known. ``` [flow] Cannot create `KeyboardAwareScrollView`...
error node_modules/react-native-keyboard-aware-scroll-view/lib/KeyboardAwareHOC.js: # could not be cloned.