1.2.1 • Published 4 years ago

react-native-raon-wireless v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-raon-wireless and add RaonWireless.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRaonWireless.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. 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 the getPackages() method
  1. 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')
  2. 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

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago