react-native-warper

1.0.0 • Public • Published

react-native-warper

Getting started

$ npm install react-native-warper --save

Mostly automatic installation

$ react-native link react-native-warper

Manual installation

Android

  1. Open up android/app/src/main/java/[...]/MainApplication.java
  • Add import vn.focal.warper.WarperPackage; to the imports at the top of the file
  • Add new WarperPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-warper'
    project(':react-native-warper').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-warper/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-warper')
    

Usage

import Warper from 'react-native-warper';

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

Readme

Keywords

Package Sidebar

Install

npm i react-native-warper

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.52 MB

Total Files

236

Last publish

Collaborators

  • yoshisaur