1.2.1 • Published 5 years ago
react-native-raon-wireless v1.2.1
react-native-raon-wireless
Getting started
$ npm install react-native-raon-wireless --save
Mostly automatic installation
$ react-native link react-native-raon-wireless
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-raon-wirelessand addRaonWireless.xcodeproj - In XCode, in the project navigator, select your project. Add
libRaonWireless.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainApplication.java
- Add
import com.reactlibrary.RaonWirelessPackage;to the imports at the top of the file - Add
new RaonWirelessPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-raon-wireless' project(':react-native-raon-wireless').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-raon-wireless/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-raon-wireless')
Usage
import RaonWireless from 'react-native-raon-wireless';
// TODO: What to do with the module?
RaonWireless;1.2.1
5 years ago
1.2.0
5 years ago
1.1.8
5 years ago
1.1.6
5 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago