Skip to content

Commit

Permalink
chore: Adding instructions about how use the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusAndrade committed May 18, 2019
1 parent 93b96c5 commit c1c58b8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@ This gives you the power to prioritize our work and support the project contribu

[![issuehunt-image](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/43406976)


## Getting started

### Mostly automatic install
1. `npm install react-native-share --save`
1. `yarn add react-native-share`
2. `react-native link react-native-share`

#### How to use master branch?

We recommend using the releases from npm, however you can use the master branch if you need any feature that is not available on NPM. But by doing this you end up being able to test less stable versions of the project.

**yarn**: `yarn add react-native-share@git+https://git@github.com/react-native-community/react-native-share.git`

**npm**: `npm install --save react-native-share@git+https://git@github.com/react-native-community/react-native-share.git`

### Manual install

`npm install react-native-share --save`
Expand Down

0 comments on commit c1c58b8

Please sign in to comment.