1.0.7 • Published 4 years ago

hc-idreader v1.0.7

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

hc-idreader

Getting started

$ npm install hc-idreader --save

Mostly automatic installation

$ react-native link hc-idreader

Manual installation

Android

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

Usage

import RNIdreader from 'hc-idreader';

// TODO: What to do with the module?
RNIdreader;
1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago