Animated TabBar v3 #118
gorhom
announced in
Announcements
Replies: 1 comment
-
Almost 2 years after, any news on supporting navigation v6 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Since the release of
Reanimated v2
and I was busy with BottomSheet, and did not got enough time to upgrade this library.The new release
v3
will need to address the following:monorepo
.Reanimated v2
.React Navigation v6
adapter.The presets split is necessary to allow each preset to install its own per-dependencies without worrying about other presets, also this will shrink the installed preset package size significantly.
So if you want to install the
flashy
preset, you will install@gorhom/animated-tabbar-flashy
package.Tasks
core functionality
into a separate package.flashy
preset into a separate package.material
preset into a separate package.bubble
preset into a separate package.React Navigation v6
adapter.Beta Was this translation helpful? Give feedback.
All reactions