rn-openconnect

1.0.6 • Public • Published

rn-openconnect

Getting started

$ npm install rn-openconnect --save

Mostly automatic installation

$ react-native link rn-openconnect

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesrn-openconnect and add RNRnOpenconnect.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNRnOpenconnect.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.RNRnOpenconnectPackage; to the imports at the top of the file
  • Add new RNRnOpenconnectPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-rn-openconnect'
    project(':react-native-rn-openconnect').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-rn-openconnect/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-rn-openconnect')
    

Windows

Read it! :D

  1. In Visual Studio add the RNRnOpenconnect.sln in node_modules/react-native-rn-openconnect/windows/RNRnOpenconnect.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Rn.Openconnect.RNRnOpenconnect; to the usings at the top of the file
  • Add new RNRnOpenconnectPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNRnOpenconnect from 'react-native-rn-openconnect';
 
// TODO: What to do with the module?
RNRnOpenconnect;

Readme

Keywords

Package Sidebar

Install

npm i rn-openconnect

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

122 MB

Total Files

1973

Last publish

Collaborators

  • anoojkrishnan