v0.4.2
APSL/react-native-keyboard-aware-scroll-viewv0.4.2Jan 12, 2018by alvaromb
AI Summary
Improved state management, fixed Flow types, and added TypeScript definitions for KeyboardAwareFlatList.
Key Highlights
- Fixed state update logic
- Fixed Flow types for `scrollToFocusedInput`
- Added KeyboardAwareFlatList to index.d.ts
New Features
- Added KeyboardAwareFlatList to index.d.ts
Full Release Notes
## Changelog - Fix: only set state when prop changes #209 (@Swordsman-Inaction) - scrollToFocusedInput flow types reflect how the arguments are used #207 (@shichongrui) - Fix scrollToFocusedInput call in the example #189 (@KarlosQ) - Add KeyboardAwareFlatList to index.d.ts #187 (@stackia)