Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

v0.0.72

Compare
Choose a tag to compare
@satya164 satya164 released this 01 Dec 23:01

Breaking changes

  • Refactor all pagers to be able to move towards native gestures, might introduce new regressions
  • When declaring flow type for route, you now need to import the Route type and define like Route<{ key: string }>

New features and enhancements

  • Improve ripple effect in tab bar - @bsonntag
  • Use keyboardShouldPersistTaps="handled" in tab bar
  • Add support for gesture-handler with TabViewPagerExperimental

Bug fixes

  • Rework scrollable tabs logic to improve coordination
  • Add safety check while removing listener - @mujavidb
  • Add keys to scenes to prevent remounting (#399)

Known issues

  • Lazy loading is broken on Android
  • Tab items with custom width are buggy on iOS