0.0.7 • Published 5 years ago

react-native-datecs-connector v0.0.7

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

react-native-datecs-connector

Getting started

$ npm install react-native-datecs-connector --save

Mostly automatic installation

$ react-native link react-native-datecs-connector

Manual installation

Android

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

Usage

import RNDatecsConnector from 'react-native-datecs-connector';

// TODO: What to do with the module?
RNDatecsConnector;
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago