I am using react-native-tab-view
for handling tabular navigation. Is it possible to, when scrolling down, have the tab bar scroll with, but stick to the top of the screen once it reaches the top? So something like ScrollView's stickyHeaderIndices
.
Here's an example of what I want, where the tab bar "Posts, Comments, About" sticks to the top.