1.0.9 • Published 4 years ago

react-native-gposetecentos-library v1.0.9

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

react-native-gpos700-library

Getting started

$ npm install react-native-gpos700-library --save

Mostly automatic installation

$ react-native link react-native-gpos700-library

Manual installation

Android

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

Usage

import RNGpos700Library from 'react-native-gpos700-library';

// TODO: What to do with the module?
RNGpos700Library;
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.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago