Skip to content

Releases: APSL/react-native-keyboard-aware-scroll-view

v0.1.0

31 May 13:53
Compare
Choose a tag to compare

Changelog

  • Adds support for automatic scroll on focused TextInput #22 & #21
  • Adds a method to programatically scroll to any point #19

v0.0.7

11 May 09:49
Compare
Choose a tag to compare

Changelog

  • Documented keyboard events for the scroll components.
  • Support for RN>=0.25.

v0.0.6

23 Mar 07:37
Compare
Choose a tag to compare

Bug fixes

  • Solved #7. That bug caused all keyboard events to be removed when one keyboard view was unmounted.

v0.0.5

21 Mar 08:01
Compare
Choose a tag to compare

Bugfixes

  • Solved #6

Changelog

  • Added auto-scroll example

v0.0.4

11 Jan 08:17
Compare
Choose a tag to compare

Changelog

  • Merged #3

v0.0.3

09 Nov 14:21
Compare
Choose a tag to compare

Bugfixes

  • Solved small issue when rendering scroll view inside a TabBarIOS

v0.0.2

09 Nov 10:52
Compare
Choose a tag to compare

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.

First version

05 Nov 08:47
Compare
Choose a tag to compare

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