React Native Keyboard Aware Scroll View Versions Save

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

v0.2.8

7 years ago

Changelog

  • Fix flow errors #101 (@Amwam)
  • Fix #103 - #109 (@Swordsman-Inaction)
  • Fix #104 - #106 (@Swordsman-Inaction)

v0.2.7

7 years ago

Changelog

  • Enable prop to disable resetScrollToCoords #96
  • Changed scrollEventThrottle to rightly handle #97

v0.2.6

7 years ago

Changelog

  • Fix unnecessary space in the bottom #87

v0.2.5

7 years ago

v0.2.4

7 years ago

Changelog

  • Checking the listener before removing it #79 (thanks @pietropizzi)

v0.2.3

7 years ago

Changelog

  • Added extraScrollHeight prop

v0.2.1

7 years ago

Changelog

  • Only scroll to input when hidden from the keyboard #67 (Thanks @janicduplessis !)

v0.2.0

7 years ago

Changelog

  • Solved #25 with #57. Needs React Native 0.32.0 or higher.
  • Added #52 to rightfully reset scroll view position. Thanks @Swordsman-Inaction.

v0.1.2

7 years ago

Changelog

  • Added support for RN>=0.27.2 (#34). Thanks @evollu!

v0.1.1

7 years ago

Changelog

  • #26
  • #27