v0.9.0

APSL/react-native-keyboard-aware-scroll-viewv0.9.0Aug 14, 2019by alvaromb

AI Summary

Major update with multiple bug fixes including keyboard view scroll responder issues, removal of legacy ReactNative exports, lifecycle method migration, and TypeScript improvements.

Key Highlights

  • Fixed keyboard view scroll responder bug for non-scroll responder elements
  • Removed legacy ReactNative default export
  • Migrated componentWillReceiveProps to componentDidUpdate
  • Added default initializer for user options
  • Updated TypeScript definitions (index.d.ts)

New Features

  • Bugfix for keyboard view with non-scroll responder elements
  • Removed legacy ReactNative default export
  • Lifecycle method migration to componentDidUpdate
  • Default initializer for user options
  • TypeScript type definitions update

Full Release Notes

## Changelog

Thanks to all for your patience and collaboration. We've been extremely busy recently and we couldn't made any progress into the library.

- #369 [Bugfix] The keyboard view might exist, but it might not be an element that has a scroll responder (e.g. plain RN View). (Thanks @cjpete)
- #361 Don't use legacy ReactNative default export (Thanks @cooptwostar)
- #354 Transform componentWillReceiveProps to componentDidUpdate (Thanks @KarlosQ)
- #343 fix: added default initializer for user options (Thanks @MacMcIrish)
- #341 Update index.d.ts (Thanks @micetti)