Skip to content

Releases: APSL/react-native-keyboard-aware-scroll-view

v0.9.5

04 Nov 10:03
Compare
Choose a tag to compare

fix scroll responder for rn v0.65 / keep backward capatability (#510)

v0.9.4

29 Apr 16:36
Compare
Choose a tag to compare

Fix scrollView.getNode() deprecated warning on Animated.ScrollView for RN > 0.62 (#484)

v0.9.2

15 Jul 10:40
Compare
Choose a tag to compare

Changelog

  • #442 fixes for RN 0.63

v0.9.1

14 Aug 20:47
Compare
Choose a tag to compare

Changelog

  • #376 Fixed security warnings

v0.9.0

14 Aug 20:29
Compare
Choose a tag to compare

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

10 Dec 08:19
Compare
Choose a tag to compare

Changelog

v0.7.4

18 Oct 05:43
Compare
Choose a tag to compare

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

11 Oct 09:16
Compare
Choose a tag to compare

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

27 Aug 06:50
Compare
Choose a tag to compare

Changelog

v0.7.1

22 Aug 15:55
Compare
Choose a tag to compare

Changelog

  • Fixed Github security warning