I am using React-Native, with Expo and React-Navigation.
In my App I have a Search Component which renders results, but I want to have two tabs of different result types, which can be clicked.
I cannot seem to find a component which does this, a TabNavigator seems to be to change the whole screen, but I have seen this functionality in many other RN Apps, so I have attached a screenshot of a similar component to what I want.
See how the Following, Popular and Explore are different tabs and the line in this case smoothly animates to underline the active tab.
Is there a component out there that does this?