react-native-uqudo-react-module

1.0.0 • Public • Published

react-native-uqudo-react-module

Getting started

$ npm install react-native-uqudo-react-module --save

Mostly automatic installation

$ react-native link react-native-uqudo-react-module

Manual installation

Android

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

Usage

import RNUqudoReactModule from 'react-native-uqudo-react-module';

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-uqudo-react-module

      Weekly Downloads

      1

      Version

      1.0.0

      License

      none

      Unpacked Size

      919 kB

      Total Files

      42

      Last publish

      Collaborators

      • uqudo_vikram