react-native-handcheque-engine

0.0.2 • Public • Published

react-native-handcheque-engine

Getting started

$ npm install react-native-handcheque-engine --save

Mostly automatic installation

$ react-native link react-native-handcheque-engine

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-handcheque-engine and add RNHandchequeEngine.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNHandchequeEngine.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.RNHandchequeEnginePackage; to the imports at the top of the file
  • Add new RNHandchequeEnginePackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-handcheque-engine'
    project(':react-native-handcheque-engine').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-handcheque-engine/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-handcheque-engine')
    

Windows

Read it! :D

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

Usage

import RNHandchequeEngine from 'react-native-handcheque-engine';
 
// TODO: What to do with the module?
RNHandchequeEngine;

Readme

Keywords

Package Sidebar

Install

npm i react-native-handcheque-engine

Weekly Downloads

3

Version

0.0.2

License

ISC

Unpacked Size

217 kB

Total Files

30

Last publish

Collaborators

  • emile.harmel