From 71a1accca07be20c9089a6a92ca903dd34ed80d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Nordstr=C3=B6m?= Date: Tue, 3 Sep 2019 14:46:18 +0200 Subject: [PATCH] Update installation instructions for rn0.60+ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0914a4d..5bde35b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Or npm i -S react-native-keyboard-manager ``` -> If you are using `React Native 0.60.+` [the link should happen automatically](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md). +> If you are using `React Native 0.60.+` go to the folder **your-project/ios** and run `pod install`, and you're done. +> If not, use one of the following methods to link: ## Link with `react-native link`: