PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
815 stars 161 forks source link

feat(Container.tsx, types.ts): add support for custom background component. #340

Open Durgaprasad-Budhwani opened 1 year ago

Durgaprasad-Budhwani commented 1 year ago

Support for the Custom Background

andreialecu commented 1 year ago

Could you please elaborate on the reason for this?

Is it not possible to directly replace the tab bar for your needs?

Durgaprasad-Budhwani commented 1 year ago

My apologies, this is not for the TabBar component, this will add a background to the Collabpible tab view. This will be an optional component. This will be useful if someone wants to have a background image or background component for the TabView control

Durgaprasad-Budhwani commented 1 year ago

@andreialecu - Please let me know if you need more information. I am happy to provide as much as possible.