react-native-youtil-element-ui

0.0.1 • Public • Published

react-native-youtil-element-ui

Getting started

$ npm install react-native-youtil-element-ui --save

Mostly automatic installation

$ react-native link react-native-youtil-element-ui

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

Usage

import RNYoutilElementUi from 'react-native-youtil-element-ui';

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

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-youtil-element-ui

    Weekly Downloads

    0

    Version

    0.0.1

    License

    Apache-2.0

    Unpacked Size

    92.3 kB

    Total Files

    72

    Last publish

    Collaborators

    • youtil