React Native Keyboard Aware Scroll View Versions Save

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

0.7.0

5 years ago
  • HOC: automatic support for Animated.ScrollView and other animated components: link
  • Apply content inset to ScrollView regardless of enableAutomaticScroll property: link
  • HOC options API: link
  • scrollToFocusedInput type defs: link

v0.6.0

5 years ago

Changelog

  • Add support to subscribe to keyboard events (#165) @leonardocarvalho
  • Component driven update method (#251) @bugs181
  • Fix documentation: Replace SectionView with SectionList (#257) @jerolimov
  • Add missing ref.props.scrollIntoView method (#258) @slorber
  • Support Animated.ScrollView with Animated.event() (#264) @slorber

v0.5.0

6 years ago

Changelog

  • Implements Scroll Into View (#236 @sebasgarcep)

v0.4.4

6 years ago

Changelog

  • Add support for SectionView #228 (@djkmiles)

v0.4.3

6 years ago

Changelog

  • #215 fix enableAutoAutomaticScroll prop (@antoinegrelard)

v0.4.2

6 years ago

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)

v0.4.1

6 years ago

Changelog

  • Removed react-native as dependency #180 @Crash--
  • Updated ts definitions #179 @foxmicha

v0.4.0

6 years ago

Changelog

  • Moved from mixin to HOC.
  • Support for iPhone X #178 (@TimoGlastra).
  • Support for newer versions of React.

v0.3.0

6 years ago

Changelog

  • Added Code of Conduct #152
  • Support for FlatList #148 (Thanks @chrisy-lili!)
  • Added Android support #147 (Thanks @Swordsman-Inaction!)
  • Upgraded Flow #144 (Thanks @joeybaker!)
  • Fixed issue #136 #138 (Thanks @Swordsman-Inaction!)

v0.2.9

6 years ago

Changelog

  • Added TypeScript typings #118 (@iRoachie)
  • Added safe getScrollResponder #112 (@yuri)
  • Added keyboardOpeningTime prop #75 (@markuswind)