Header Example
The header of Samsung Foods is basically what i am trying to build with react-native. (Can’t post pictures cause of reputation)
I want to have my logo on the top left, some navigation tabs around the middle and my login/profile button in the top right. When clicking on one of the navigation tabs I want to have the content of the page be shown below.
I am pretty new to react-native and web dev as a whole so i’ve tried all the built in navigations from the
@react-navigation
package, the closest I could get with it was with @react-navigation/material-tob-tabs
but then I’m having trouble adding my profile button and logo cause it’s just a simple navigation bar.
Now my question is if it’s possible to build with some built-in @react-navigation
methods or do I have to built something custom and how would I go about doing that ?