MartinGao / react-native-android-serialport-tool-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-react-native-android-serialport-tool-v2

Getting started

$ npm install react-native-react-native-android-serialport-tool-v2 --save

Mostly automatic installation

$ react-native link react-native-react-native-android-serialport-tool-v2

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-react-native-android-serialport-tool-v2 and add RNReactNativeAndroidSerialportToolV2.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNReactNativeAndroidSerialportToolV2.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/[...]/MainActivity.java
  • Add import com.reactlibrary.RNReactNativeAndroidSerialportToolV2Package; to the imports at the top of the file
  • Add new RNReactNativeAndroidSerialportToolV2Package() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-react-native-android-serialport-tool-v2'
    project(':react-native-react-native-android-serialport-tool-v2').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-react-native-android-serialport-tool-v2/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-react-native-android-serialport-tool-v2')
    

Windows

Read it! :D

  1. In Visual Studio add the RNReactNativeAndroidSerialportToolV2.sln in node_modules/react-native-react-native-android-serialport-tool-v2/windows/RNReactNativeAndroidSerialportToolV2.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using React.Native.Android.Serialport.Tool.V2.RNReactNativeAndroidSerialportToolV2; to the usings at the top of the file
  • Add new RNReactNativeAndroidSerialportToolV2Package() to the List<IReactPackage> returned by the Packages method

Usage

import RNReactNativeAndroidSerialportToolV2 from 'react-native-react-native-android-serialport-tool-v2';

// TODO: What to do with the module?
RNReactNativeAndroidSerialportToolV2;

About


Languages

Language:Java 64.1%Language:C# 26.9%Language:Ruby 5.1%Language:Objective-C 2.8%Language:JavaScript 1.1%