torgeadelin / react-native-animated-nav-tab-bar

A simple and customisable React Native component that implements an animated bottom tab bar for React Navigation.
MIT License
902 stars 101 forks source link

React Navigation v4 #56

Closed butri71 closed 3 years ago

butri71 commented 4 years ago

Is it compatible?

buremer commented 3 years ago

Nope. As said in the readme/documentation:

In order to use the component, you need to have React Navigation v5 installed.

A guide to upgrade your own navigation to V5 can be found here: https://reactnavigation.org/docs/upgrading-from-4.x/

butri71 commented 3 years ago

Ok I've just migrated to V5 and installed it. Looking good so far ...

Thanks