0.0.15 • Published 8 years ago

react-native-android-play-services-location v0.0.15

Weekly downloads
19
License
ISC
Repository
github
Last release
8 years ago

react-native-android-play-services-location

Getting started

$ npm install react-native-android-play-services-location --save

Mostly automatic installation

$ react-native link react-native-android-play-services-location

Manual installation

iOS

Not supported.

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.PlayServicesLocation; to the imports at the top of the file
  • Add new PlayServicesLocation() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-android-play-services-location'
    project(':react-native-android-play-services-location').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-android-play-services-location/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-android-play-services-location')
0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago