I just started using React Native and at the moment I am trying to learn how to build a simple mobile application (testing on Andriod emulator). I got two screens/scenes at the moment (Home and Graph). this is what it should look like: header nav. design
I've been searching all over the internet, but can't seem to find the best way on how to implement this kind of header-navigation --> When pressed on the graph icon: the VIEW on the Home screen needs to swipe to the left (out of the screen) and the graphVIEW needs to come in from the right of the screen (like an animation). I 've looked at react-navigation Tabs / Stacks, but they all seem to have fixed layouts etc.
Can someone help me with this or point me in the right direction?
Thank you very much!