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

'have your wrapper your NavigationContainer' Bug #70

Closed DSPerera95 closed 3 years ago

DSPerera95 commented 3 years ago

'have your wrapper your NavigationContainer' bug still appears to be there even after updating @react-navigation/stack 5.13.0, @react-navigation/native 5.9.0 and @react-navigation/bottom-tabs 5.11.3

torgeadelin commented 3 years ago

Did you also update the package to 3.1.1?

DSPerera95 commented 3 years ago

@torgeadelin yes I did. its updated to 3.1.1

torgeadelin commented 3 years ago

Please provide how you're using the component and proper logs. Thanks.

Did you try to reset cache when running npm run start?

DSPerera95 commented 3 years ago

reset the cache and it works now. thanks!