1.3.0 • Published 4 years ago

react-native-chrome-hms v1.3.0

Weekly downloads
54
License
-
Repository
-
Last release
4 years ago

react-native-chrome-hms

Getting started

$ npm install react-native-chrome-hms --save

Mostly automatic installation

$ react-native link react-native-chrome-hms

Manual installation

Android

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

Usage

import RNChromeHms from 'react-native-chrome-hms';

// TODO: What to do with the module?
RNChromeHms;
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago