Replies: 2 comments 1 reply
-
Hey, you can achieve this by putting the component on per screen basis (or doing some kind of HOC that would place it there) and use the |
Beta Was this translation helpful? Give feedback.
-
maybe you can set screens height to be Dimensions.height - bottom tab height; component below bottom tab, but with a translateY of the bottom tab height so it's always above it I happen to have the exact UI need (music app musicplayer) and my approach is a screen nav without bottom tabs, and a bottom tab nav with only the bottom tabs, then the component sandwiched between them. its a bit more costly but easier to manage layouts |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to render a custom component above the native (iOS) tabbar?
For e.g. an Audio Player that stays fixed on top of the tabbar as you see in may Music Player applications.
Or an Adaptive Banner ad that sits on top.
This works with a custom tabbar:
But I'd like to keep the native tabbar instead of a JS implementation.
Examples:

Beta Was this translation helpful? Give feedback.
All reactions