winoteam / react-router-navigation

⛵️ A complete navigation library for React Native, React DOM and React Router
MIT License
499 stars 49 forks source link

TabBars transparent overlay #59

Open vladinator1000 opened 6 years ago

vladinator1000 commented 6 years ago

Hello guys, is there a way to make the TabBars appear over the screen like in Snapchat? I've been experimenting with setting absolute positions but that doesn't work with the animations.

LeoLeBras commented 6 years ago

Hey @savovs ! Under the hood, react-router-navigation uses react-native-tab-view. Take a look at this library first to see if it's possible! 😁 😁