okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://okwasniewski.github.io/react-native-bottom-tabs/
MIT License
620 stars 24 forks source link

Added support for barTintColor in android ios #55

Closed shubhamguptadream11 closed 1 month ago

shubhamguptadream11 commented 1 month ago

Part of this: https://github.com/okwasniewski/react-native-bottom-tabs/issues/11

Summary: This PR updates the tab bar background color for both iOS and Android implementations.

Changes Made:

iOS: Added the updateTabBarAppearance(with:) function to set the background color using UITabBarAppearance for iOS 15 and barTintColor for earlier versions

Android: Updated the tab bar background color to apply uniformly.

Testing:

Adding snapshot of changes here:

iOS: simulator_screenshot_6FD154D1-C2C9-4DD2-B6E9-50B27E680B62

Android: Screenshot_20241018_142226