J
J
Jedi2018-08-26 00:34:11
React Native
Jedi, 2018-08-26 00:34:11

How to implement navigation - transitions through components?

Good night.
No matter how much I searched, I still did not understand how to implement navigation in the application.
I beg you, leave a link to some example using the new packages, well, es16.
The routing I'm looking for is similar to whatsapp, instagram navigation. It is similar in styling to the IOS TabBar, but I noticed from the transitions that it is not quite a TabBar.
I beg you to enlighten me.
Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimka Reactive, 2018-08-26
@PHPjedi

There is one way to navigate deep into (vertically) the application - this is StackNavigator and two ways along the surface (horizontally) of the application - TabNavigator and DrawerNavigator Code
examples:
TabNavigator + StackNavigator + Redux
SimpleDrawer
DrawerNavigator + StackNavigator + Redux
Update: I decided to make a video
on this topic Course - React Navigation(v2)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question