mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-14 00:25:36 +00:00
Brent Vatne
77cdfabe8c
If we are increasing the number of scenes, remove any scene from the list that
is no longer in the navigation state
React Navigation Stack
Stack navigator for use on iOS and Android.
Installation
Open a Terminal in your project's folder and run,
yarn add react-navigation-stack
Usage
import { createStackNavigator } from 'react-navigation-stack';
export default createStackNavigator({
Inbox: InboxScreen
Drafts: DraftsScreen,
}, {
initialRouteName: 'Inbox',
});
Docs
Documentation can be found on the React Navigation website.
Description
Languages
JavaScript
100%