Skip to content

Releases: rlemasquerier/react-native-keyboard-scrollview

Release 0.2.1

12 Jan 11:00
Compare
Choose a tag to compare

0.2.1 (2024-01-12)

Bug Fixes

  • improve behaviours using flex (9d756c4)

Release 0.2.0

04 Jan 19:02
Compare
Choose a tag to compare

0.2.0 (2024-01-04)

Bug Fixes

  • prevent error if no currently focused text input found (228e550)
  • remove enforced package manager version (de047ed)

Features

  • add a disabled text input in second screen for testing (768e3e8)

Release 0.1.4

03 Nov 19:10
Compare
Choose a tag to compare

0.1.4 (2023-11-03)

Bug Fixes

  • autoscroll too much on android when refocusing an input twice (72c32c8)

0.1.3 (2023-11-03)

Bug Fixes

  • apply content container style from parent (ca0c50f)
  • autoscroll was not working on ios when navigating to a screen without previously dismissing the keyboard (b61f6ac)

Features

  • add a second screen for testing interactions with navigation (f76a31a)
  • add KeyboardScrollView (5421025)
  • example app: init main usecase with text input at the bottom (8530412)
  • example: add content in second screen to test with more inputs (8644871)
  • wrap example app in react-navigation stack navigator (1738013)