react-native-keyboard-avoiding-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-avoiding-scroll-view copied to clipboard

⚛️ React Native ScrollView extension that prevents inputs from being covered by the keyboard

Results 33 react-native-keyboard-avoiding-scroll-view issues
Sort by recently updated
recently updated
newest added

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

whenever I press on textinput first without scrolling the entire view KeyboardAvoidingScrollView is not working but when I start scroll than after workes well

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.18 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

Bumps [npm-user-validate](https://github.com/npm/npm-user-validate) from 1.0.0 to 1.0.1. Commits 5c5471c 1.0.1 c8a87da fix: update email validation cd75393 Publish only the minimum of files See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=npm-user-validate&package-manager=npm_and_yarn&previous-version=1.0.0&new-version=1.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)...

dependencies

Bumps [bin-links](https://github.com/npm/bin-links) from 1.1.2 to 1.1.8. Changelog Sourced from bin-links's changelog. 1.1.8 (2020-03-24) 1.1.7 (2019-12-26) Bug Fixes resolve folder that is passed in (0bbd303) 1.1.6 (2019-12-11) Bug Fixes prevent improper...

dependencies

Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.0 to 4.0.5. Release notes Sourced from npm-registry-fetch's releases. v4.0.1 Fixed missing safe-buffer dependency, thanks @evocateur Changelog Sourced from npm-registry-fetch's changelog. Changelog All notable changes to this...

dependencies

Bumps [npm](https://github.com/npm/cli) from 6.10.2 to 6.14.6. Release notes Sourced from npm's releases. v6.14.6 6.14.6 (2020-07-07) BUG FIXES a9857b8f6 chore: remove auth info from logs (@claudiahdz) b7ad77598 #1416 fix: wrong npm...

dependencies

Hi thanks for a this component. It is working great on iOS. On Android it seems to do nothing. Should I just rely on the windowSoftInputMode setting in the AndroidManifest.xml?