Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes committed Jan 19, 2019
1 parent eb233fa commit 37b2018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -74,6 +74,7 @@ RNLocation.configure({ allowsBackgroundLocationUpdates: true });

<details>
<summary>Android</summary>

### 1a. Automatically link the library using the CLI tool
The easiest way to link the library is using the CLI tool by running this command from the root of your project:

Expand All @@ -86,8 +87,8 @@ If you can't or don't want to use the CLI tool, you can manually link the librar

<details>
<summary>Show changes</summary>

#### `android/settings.gradle`

```groovy
include ':react-native-location'
project(':react-native-location').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-location/android')
Expand Down

0 comments on commit 37b2018

Please sign in to comment.