This repository was archived by the owner on Nov 27, 2022. It is now read-only.
v0.0.72
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 likeRoute<{ 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