Skip to content

Release 0.1.4

Compare
Choose a tag to compare
@rlemasquerier rlemasquerier released this 03 Nov 19:10
· 6 commits to main since this release

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)