DEV Community

Discussion on: React-Native Custom Tab Component | ReactNative-Navigation.

Collapse
 
codekagei profile image
themmyloluwaa • Edited

Hi amkaub, I haven't tried this out in version 5 but the docs is a great place to start. In version 5, they provide a tabBar props option that enables you to pass a react component as the tab bar header. You should check it out here and they also provide a good example.

reactnavigation.org/docs/material-...

If you get stuck, please do not hesitate to reach out. Cheers.