1.6.0 • Published 3 years ago

react-native-react-native-rpan-nfc-agri v1.6.0

Weekly downloads
55
License
-
Repository
-
Last release
3 years ago

react-native-react-native-rpan-nfc-agri

Getting started

$ npm install react-native-react-native-rpan-nfc-agri --save

Mostly automatic installation

$ react-native link react-native-react-native-rpan-nfc-agri

Manual installation

Android

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

Usage

import RNReactNativeRpanNfcAgri from 'react-native-react-native-rpan-nfc-agri';

// TODO: What to do with the module?
RNReactNativeRpanNfcAgri;
1.6.0

3 years ago

1.5.0

3 years ago

1.3.4

3 years ago

1.4.0

3 years ago

3.1.2

4 years ago

1.3.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago