okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://www.npmjs.com/package/react-native-bottom-tabs
MIT License
284 stars 9 forks source link

☂ TabView Configuration #11

Open okwasniewski opened 1 week ago

okwasniewski commented 1 week ago

The goal of this umbrella issue is to implement missing configuration options for TabView:

vargajacint commented 1 week ago

just an idea, but we could use the NavigationContainer theme (from @react-navigation/native package) as a default value for a couple of those props

dylancom commented 6 days ago

https://developer.apple.com/documentation/uikit/uitabbar/3750912-scrolledgeappearance on iOS the new default seems that the tabbar is transparent until content scrolls below the tabbar. WIP PR: #22

Stringsaeed commented 5 days ago

Working on tint color WIP PR: #42