Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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