From 18c08e42de6f737445d57918fa7c7065bd1c0abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Talut=20TA=C5=9EGIRAN?= Date: Tue, 8 Jan 2019 18:27:04 +0300 Subject: [PATCH] Update manual-installation.md --- docs/manual-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual-installation.md b/docs/manual-installation.md index c3d21ba..bc01090 100644 --- a/docs/manual-installation.md +++ b/docs/manual-installation.md @@ -4,7 +4,7 @@ 1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` 2. Go to `node_modules` ➜ `react-native-countries` and add `ReactNativeCountries.xcodeproj` 3. In XCode, in the project navigator, select your project. Add `libReactNativeCountries.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` -4. Run your project (`Cmd+R`)< +4. Run your project (`Cmd+R`) #### Android @@ -19,4 +19,4 @@ project(':react-native-countries').projectDir = new File(rootProject.projectDir, 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`: ``` implementation project(':react-native-countries') -``` \ No newline at end of file +```