Skip to content

Commit

Permalink
Merge pull request #36 from irohitb/patch-1
Browse files Browse the repository at this point in the history
Installation instruction updated
  • Loading branch information
bietkul committed Jun 20, 2019
2 parents 0e92a1f + 1539d17 commit 358a0fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@ If you're looking for a better form management library with more advanced featur

## Installation

`react-native-form-builder` requires a peer of [`native-base`](https://github.com/GeekyAnts/NativeBase)


To Install the peer dependecy
```
$ npm i native-base --save
```
link the peer dependecy using

```
react-native link
```
and then insteall `react-native-form-builder`

```bash
$ npm i react-native-form-builder --save
```
Expand Down

0 comments on commit 358a0fa

Please sign in to comment.