v0.0.2

APSL/react-native-keyboard-aware-scroll-viewv0.0.2Nov 9, 2015by alvaromb

AI Summary

Introduced new components (`KeyboardAwareListView` and `KeyboardAwareMixin`) and updated the import structure.

Key Highlights

  • Added `<KeyboardAwareListView />` component
  • Added `KeyboardAwareMixin`
  • Updated import syntax

Breaking Changes

  • Import style changed to `{ KeyboardAwareListView }` due to new `index.js`

New Features

  • New KeyboardAwareListView component
  • New KeyboardAwareMixin

Full Release Notes

## 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.