This repository was archived by the owner on Apr 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # React Navigation Stack
1+ # React Navigation Transitioner
22
3- [ ![ CircleCI badge] ( https://circleci.com/gh/react-navigation/react-navigation-stack /tree/master.svg?style=shield )] ( https://circleci.com/gh/react-navigation/react-navigation-stack /tree/master )
3+ [ ![ CircleCI badge] ( https://circleci.com/gh/react-navigation/react-navigation-transitioner /tree/master.svg?style=shield )] ( https://circleci.com/gh/react-navigation/react-navigation-transitioner /tree/master )
44
55Stack navigator for use on iOS and Android.
66
@@ -9,22 +9,9 @@ Stack navigator for use on iOS and Android.
99Open a Terminal in your project's folder and run,
1010
1111``` sh
12- yarn add react-navigation-stack
12+ yarn add react-navigation-transitioner
1313```
1414
1515## Usage
1616
17- ``` js
18- import { createStackNavigator } from ' react-navigation-stack' ;
19-
20- export default createStackNavigator ({
21- Inbox: InboxScreen
22- Drafts: DraftsScreen,
23- }, {
24- initialRouteName: ' Inbox' ,
25- });
26- ```
27-
28- ## Docs
29-
30- Documentation can be found on the [ React Navigation website] ( https://reactnavigation.org/docs/en/stack-navigator.html ) .
17+ Coming soon, see examples.
You can’t perform that action at this time.
0 commit comments