v0.6.0
APSL/react-native-keyboard-aware-scroll-viewv0.6.0Jun 22, 2018by alvaromb
AI Summary
Added keyboard event subscription and improved support for animated components and documentation.
Key Highlights
- Subscribe to keyboard events
- Component driven update method
- Support Animated.ScrollView with Animated.event()
New Features
- Subscribe to keyboard events
- Component driven update method
- Support Animated.ScrollView with Animated.event()
- Added missing ref.props.scrollIntoView method
Full Release Notes
## Changelog - Add support to subscribe to keyboard events (#165) @leonardocarvalho - Component driven update method (#251) @bugs181 - Fix documentation: Replace SectionView with SectionList (#257) @jerolimov - Add missing ref.props.scrollIntoView method (#258) @slorber - Support Animated.ScrollView with Animated.event() (#264) @slorber