react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.

MIT License

Downloads
1.3M
Stars
5.3K
Committers
62

Bot releases are visible (Hide)

react-native-keyboard-aware-scroll-view - v0.2.8

Published by alvaromb over 7 years ago

Changelog

  • Fix flow errors #101 (@Amwam)
  • Fix #103 - #109 (@Swordsman-Inaction)
  • Fix #104 - #106 (@Swordsman-Inaction)
react-native-keyboard-aware-scroll-view - v0.2.7

Published by alvaromb over 7 years ago

Changelog

  • Enable prop to disable resetScrollToCoords #96
  • Changed scrollEventThrottle to rightly handle #97
react-native-keyboard-aware-scroll-view - v0.2.6

Published by alvaromb almost 8 years ago

Changelog

  • Fix unnecessary space in the bottom #87
react-native-keyboard-aware-scroll-view - v0.2.5

Published by alvaromb almost 8 years ago

react-native-keyboard-aware-scroll-view - v0.2.4

Published by alvaromb almost 8 years ago

Changelog

  • Checking the listener before removing it #79 (thanks @pietropizzi)
react-native-keyboard-aware-scroll-view - v0.2.3

Published by alvaromb almost 8 years ago

Changelog

  • Added extraScrollHeight prop
react-native-keyboard-aware-scroll-view - v0.2.1

Published by alvaromb about 8 years ago

Changelog

  • Only scroll to input when hidden from the keyboard #67 (Thanks @janicduplessis !)
react-native-keyboard-aware-scroll-view - v0.2.0

Published by alvaromb about 8 years ago

Changelog

  • Solved #25 with #57. Needs React Native 0.32.0 or higher.
  • Added #52 to rightfully reset scroll view position. Thanks @Swordsman-Inaction.
react-native-keyboard-aware-scroll-view - v0.1.2

Published by alvaromb over 8 years ago

Changelog

  • Added support for RN>=0.27.2 (#34). Thanks @evollu!
react-native-keyboard-aware-scroll-view - v0.1.1

Published by alvaromb over 8 years ago

Changelog

  • #26
  • #27
react-native-keyboard-aware-scroll-view - v0.1.0

Published by alvaromb over 8 years ago

Changelog

  • Adds support for automatic scroll on focused TextInput #22 & #21
  • Adds a method to programatically scroll to any point #19
react-native-keyboard-aware-scroll-view - v0.0.7

Published by alvaromb over 8 years ago

Changelog

  • Documented keyboard events for the scroll components.
  • Support for RN>=0.25.
react-native-keyboard-aware-scroll-view - v0.0.6

Published by alvaromb over 8 years ago

Bug fixes

  • Solved #7. That bug caused all keyboard events to be removed when one keyboard view was unmounted.
react-native-keyboard-aware-scroll-view - v0.0.5

Published by alvaromb over 8 years ago

Bugfixes

Changelog

  • Added auto-scroll example
react-native-keyboard-aware-scroll-view - v0.0.4

Published by alvaromb almost 9 years ago

react-native-keyboard-aware-scroll-view - v0.0.3

Published by alvaromb almost 9 years ago

Bugfixes

  • Solved small issue when rendering scroll view inside a TabBarIOS
react-native-keyboard-aware-scroll-view - v0.0.2

Published by alvaromb almost 9 years ago

Changelog

  • Added new <KeyboardAwareListView /> component.
  • Added new KeyboardAwareMixin mixin to let any component to be 'keyboard-aware'.

Breaking changes

  • Added index.js file, now import must be with { KeyboardAwareListView } style.
react-native-keyboard-aware-scroll-view - First version

Published by alvaromb almost 9 years ago

This is the first release of the component. Autofocus on fields still WP.

Package Rankings
Top 0.73% on Npmjs.org
Top 3.83% on Proxy.golang.org
Related Projects