React Native Keyboard Aware Scroll View Versions Save

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.

v0.9.5

2 years ago

fix scroll responder for rn v0.65 / keep backward capatability (https://github.com/APSL/react-native-keyboard-aware-scroll-view/pull/510)

v0.9.4

2 years ago

Fix scrollView.getNode() deprecated warning on Animated.ScrollView for RN > 0.62 (https://github.com/APSL/react-native-keyboard-aware-scroll-view/pull/484)

v0.9.2

3 years ago

Changelog

  • #442 fixes for RN 0.63

v0.9.1

4 years ago

Changelog

  • #376 Fixed security warnings

v0.9.0

4 years ago

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)

v0.8.0

5 years ago

Changelog

  • Breaking: removed ListView (#319 (@ethanneff) and #327 @alvaromb)
  • Fix for: 'Testing in enzyme creates TypeError: Cannot read property 'displayName' of undefined' (#320 @dkadlecek)
  • Bugfix for enableResetScrollToCoords (#309 @LudvigGislason)

v0.7.4

5 years ago

Changelog

  • Fixes to extra scroll spaces:
    • Fix leftover blank space at bottom of scrollView on android #279 (@mikelovesrobots)
    • Reseting keyboard space to default keyboard space after keyboard dismiss #238 (@nik910)

v0.7.3

5 years ago

Changelog

  • Update README.md wrong path for scrollToFocusedInput in Programatically scroll to any TextInput #307 (@piotrgrundas)
  • Add keyboard callbacks to TypeScript type definition #310 (@karlvr)

v0.7.2

5 years ago

Changelog

  • Improved TypeScript types #300 (@taichi-jp)

v0.7.1

5 years ago

Changelog

  • Fixed Github security warning