December 2019
Intermediate to advanced
474 pages
10h 3m
English
For more complex applications, you don't want all of your routes to be stacked on top of each other; you only want these stacks to be created for routes that are related to each other. Luckily, you can use different types of navigators next to each other with React Navigation. Using multiple navigators for the application can be done as follows:
import React from 'react';import { Button, StyleSheet, Text, ...