1.2.6 • Published 5 years ago
rn-usbmodule-library v1.2.6
react-native-usb-module-library
Getting started
$ npm install react-native-usb-module-library --save
Mostly automatic installation
$ react-native link react-native-usb-module-library
Manual installation
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNUsbModuleLibraryPackage;
to the imports at the top of the file - Add
new RNUsbModuleLibraryPackage()
to the list returned by thegetPackages()
method
- Append the following lines to
android/settings.gradle
:include ':react-native-usb-module-library' project(':react-native-usb-module-library').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-usb-module-library/android')
- Insert the following lines inside the dependencies block in
android/app/build.gradle
:compile project(':react-native-usb-module-library')
Usage
import RNUsbModuleLibrary from 'react-native-usb-module-library';
// TODO: What to do with the module?
RNUsbModuleLibrary;
1.2.6
5 years ago
1.2.5
5 years ago
1.2.4
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.35
5 years ago
1.1.34
5 years ago
1.1.33
5 years ago
1.1.32
5 years ago
1.1.31
5 years ago
1.1.30
5 years ago
1.1.29
5 years ago
1.1.28
5 years ago
1.1.27
5 years ago
1.1.26
5 years ago
1.1.25
5 years ago
1.1.24
5 years ago
1.1.23
5 years ago
1.1.19
5 years ago
1.1.22
5 years ago
1.1.21
5 years ago
1.1.20
5 years ago
1.1.18
5 years ago
1.1.17
5 years ago
1.1.16
5 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.12
5 years ago
1.1.11
5 years ago
1.1.10
5 years ago
1.1.13
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.0
5 years ago