Releases: APSL/react-native-keyboard-aware-scroll-view
Releases · APSL/react-native-keyboard-aware-scroll-view
v0.1.0
Changelog
- Adds support for automatic scroll on focused
TextInput
#22 & #21
- Adds a method to programatically scroll to any point #19
v0.0.7
Changelog
- Documented keyboard events for the scroll components.
- Support for RN>=0.25.
v0.0.6
Bug fixes
- Solved #7. That bug caused all keyboard events to be removed when one keyboard view was unmounted.
v0.0.5
Bugfixes
Changelog
- Added auto-scroll example
v0.0.3
Bugfixes
- Solved small issue when rendering scroll view inside a TabBarIOS
v0.0.2
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
This is the first release of the component. Autofocus on fields still WP.