mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 09:39:18 +08:00
chore: add badge and command to install via npm (#244)
Added a MIT License badge and a command to install via npm in README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# React Navigation Stack
|
||||
|
||||
[](https://circleci.com/gh/react-navigation/stack/tree/master)
|
||||
[](https://circleci.com/gh/react-navigation/stack/tree/master) 
|
||||
|
||||
Stack navigator for use on iOS and Android.
|
||||
|
||||
@@ -11,6 +11,10 @@ Open a Terminal in your project's folder and run,
|
||||
```sh
|
||||
yarn add react-navigation-stack
|
||||
```
|
||||
or
|
||||
```sh
|
||||
npm i react-navigation-stack
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user