rn-native-ui-android-test

0.1.2 • Public • Published

rn-native-ui-android-test

Getting started

$ npm install rn-native-ui-android-test --save

Mostly automatic installation

$ react-native link rn-native-ui-android-test

Manual installation

Android

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

Usage

import RNRnvideoplayer from "rn-native-ui-android-test";

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

Readme

Keywords

none

Package Sidebar

Install

npm i rn-native-ui-android-test

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

7.59 kB

Total Files

11

Last publish

Collaborators

  • luisalein