okwasniewski / react-native-bottom-tabs

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

fix: hide routes with opacity 0 for Android #129

Closed okwasniewski closed 2 weeks ago

okwasniewski commented 2 weeks ago

This PR fixes an issue where if you have transparent background of the route it can be visible while being on a different route.

This was also an issue on AndroidTV, cc: @douglowder