React Navigation Stack
Stack navigator for use on the web.
Installation
Open a Terminal in your project's folder and run,
yarn add react-navigation-stack-web
This package assumes you alias react-native to react-native-web in you bundler.
Usage
; Inbox: InboxScreen Drafts: DraftsScreen initialRouteName: 'Inbox';
Development workflow
- Clone this repository
- Run
yarn
in the root directory and in theexample
directory - Run
yarn dev
in the root directory - Run
yarn storybook
in theexample
directory
Docs
Documentation can be found on the React Navigation website.