v0.1.0

APSL/react-native-keyboard-aware-scroll-viewv0.1.0May 31, 2016by alvaromb

AI Summary

Introduced core functionality allowing the view to automatically scroll when a text input is focused and enabled programmatic scrolling control.

Key Highlights

  • Auto-scroll on focused TextInput
  • Programmatic scroll to any point
  • Resolves issues #21 and #22

New Features

  • Automatic scroll on focus
  • Programmatic scrolling

Full Release Notes

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