1.0.7 • Published 4 years ago

react-native-myexec v1.0.7

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

react-native-myexec

Getting started

$ npm install react-native-myexec --save

Mostly automatic installation

$ react-native link react-native-myexec

Manual installation

Android

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

Usage

import RNMyexec from 'react-native-myexec';

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