react-native-keyboard-aware-scroll-view

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

MIT License

Downloads
1.3M
Stars
5.3K
Committers
62

Bot releases are hidden (Show)

react-native-keyboard-aware-scroll-view - Latest Release

Published by slorber almost 3 years ago

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

react-native-keyboard-aware-scroll-view - v0.9.4

Published by slorber over 3 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)

react-native-keyboard-aware-scroll-view - v0.9.2

Published by rborn over 4 years ago

Changelog

  • #442 fixes for RN 0.63
react-native-keyboard-aware-scroll-view - v0.9.1

Published by alvaromb about 5 years ago

Changelog

  • #376 Fixed security warnings
react-native-keyboard-aware-scroll-view - v0.9.0

Published by alvaromb about 5 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)
react-native-keyboard-aware-scroll-view - v0.8.0

Published by alvaromb almost 6 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)
react-native-keyboard-aware-scroll-view - v0.7.4

Published by alvaromb about 6 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)
react-native-keyboard-aware-scroll-view - v0.7.3

Published by alvaromb about 6 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)
react-native-keyboard-aware-scroll-view - v0.7.2

Published by alvaromb about 6 years ago

Changelog

  • Improved TypeScript types #300 (@taichi-jp)
react-native-keyboard-aware-scroll-view - v0.7.1

Published by alvaromb about 6 years ago

Changelog

  • Fixed Github security warning
react-native-keyboard-aware-scroll-view - 0.7.0

Published by slorber about 6 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
react-native-keyboard-aware-scroll-view - v0.6.0

Published by alvaromb over 6 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
react-native-keyboard-aware-scroll-view - v0.5.0

Published by alvaromb over 6 years ago

Changelog

  • Implements Scroll Into View (#236 @sebasgarcep)
react-native-keyboard-aware-scroll-view - v0.4.4

Published by alvaromb over 6 years ago

Changelog

  • Add support for SectionView #228 (@djkmiles)
react-native-keyboard-aware-scroll-view - v0.4.3

Published by alvaromb over 6 years ago

Changelog

  • #215 fix enableAutoAutomaticScroll prop (@antoinegrelard)
react-native-keyboard-aware-scroll-view - v0.4.2

Published by alvaromb almost 7 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)
react-native-keyboard-aware-scroll-view - v0.4.1

Published by alvaromb almost 7 years ago

Changelog

  • Removed react-native as dependency #180 @Crash--
  • Updated ts definitions #179 @foxmicha
react-native-keyboard-aware-scroll-view - v0.4.0

Published by alvaromb almost 7 years ago

Changelog

  • Moved from mixin to HOC.
  • Support for iPhone X #178 (@TimoGlastra).
  • Support for newer versions of React.
react-native-keyboard-aware-scroll-view - v0.3.0

Published by alvaromb about 7 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!)
react-native-keyboard-aware-scroll-view - v0.2.9

Published by alvaromb over 7 years ago

Changelog

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