This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
v0.0.73
Breaking changes
- Drop
lazy
prop- It didn't work great with more than 2 tabs
- It's not very performant to listen to all events during the gestures since we're trying to move away towards native gestures
- It triggered a re-render of the whole tab view mid-gesture, which causes jank
If you used the prop, you should change the approach to loading a placeholder screen by default and switching to full view when you screen gets focus.
- Drop position listeners, they are bad for performance since we're moving to native gestures, and there's no straightforward way to implement them with the new approach. Please stay on older version if you need it.
Bug fixes
- Fix calculating initial offset for tab bar