gorhom / react-native-animated-tabbar

A 60FPS animated tab bar with a variety of cool animation presets 😎
MIT License
1.67k stars 131 forks source link

feat: minor changes to support react navigation 6 for tab bar visibility option #125

Closed bechir closed 2 years ago

bechir commented 2 years ago

As mentionned in #121, The tabBarVisible option is no longer present we need to check the existence and value of tabBarStyle.

Fix #121

gorhom commented 2 years ago

thanks @bechir for submitting this pr