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

fix: trim routes for android - no more then 6 tabs #38

Closed mrpmohiburrahman closed 1 day ago

mrpmohiburrahman commented 2 days ago

This PR fixes issue https://github.com/okwasniewski/react-native-bottom-tabs/issues/13

Right now it will show a warning if there are more than 6 tabs on android and will only show 6 tabs and trims the other tabs.

https://github.com/user-attachments/assets/4ebfbffa-2c26-4332-b3b8-35d6337206db

mrpmohiburrahman commented 2 days ago

Hi, @okwasniewski , Thanks for the reviews. I fixed those.

mrpmohiburrahman commented 1 day ago

Thanks! Great work 🙌

I'm excited to contribute further.

Please let me know if there are any other issues I can assist with.

okwasniewski commented 1 day ago

Thanks! Great work 🙌

I'm excited to contribute further.

Please let me know if there are any other issues I can assist with.

Awesome! This could be a good issue to work on next: https://github.com/okwasniewski/react-native-bottom-tabs/issues/15 I'll try to create more soon