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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
talut committed Jan 9, 2019
2 parents 9a8c246 + 18c08e4 commit c82455c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual-installation.md
Expand Up @@ -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

Expand All @@ -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')
```
```

0 comments on commit c82455c

Please sign in to comment.