DEV Community

Discussion on: Build a WordPress Client App with React Native #3: Handle Navigation

Collapse
 
abr4xas profile image
Angel (AJ) Cruz

Hi there, I think that you are missing some details for this "tutorial" I mean:

Now, we need to create the stack navigator and add our bottom navigator to it.
For that, we need to make use of createStackNavigator function provided by the
react-navigation-stack package as shown in the code snippet below:
...

Where I put this piece of code?