From 6cd6e7085ef72aa75b02ddfb08652b4beeaf53fc Mon Sep 17 00:00:00 2001 From: Cyrus Zei Date: Thu, 14 Mar 2019 05:28:47 +0100 Subject: [PATCH] added some missing steps Added some missing steps on how to install and link package --- docs/v2/ios.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/v2/ios.md b/docs/v2/ios.md index e587d4f9c..090c5eca9 100644 --- a/docs/v2/ios.md +++ b/docs/v2/ios.md @@ -5,6 +5,24 @@ * Xcode 10.0+ * cocoapods +```bash +# Use npm +npm install react-native-agora +``` +or + +```bash +# Use yarn +yarn add react-native-agora +``` +then you need to link the library + +```bash +# Link the library +react-native link react-native-agora +``` + + ```bash # installed ruby first then run it gem install cocoapods