Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- updated install instructions, as this is the official npm package now
  according to sohobloo/react-native-modal-dropdown#256 (comment)
  • Loading branch information
donni106 authored Mar 5, 2021
1 parent 619ca1a commit 705406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ You can find them in the example.

## Installation
```sh
npm i https://github.com/siemiatj/react-native-modal-dropdown -save
npm i --save react-native-modal-dropdown
```
or
```sh
yarn add https://github.com/siemiatj/react-native-modal-dropdown
yarn add react-native-modal-dropdown
```

## Usage
Expand Down

0 comments on commit 705406b

Please sign in to comment.