Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

update docs #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ android √
npm i react-native-keyboard-view --save
```

* Link native library
* iOS (React Native > 0.60)

```bash
cd ios && pod install
```

* Manual link steps (React Native < 0.60)

```bash
react-native link react-native-keyboard-view
Expand Down