zhike-mobile-zhike-mobile-event-center

1.0.0 • Public • Published

zhike-mobile-zhike-mobile-event-center

Getting started

$ npm install zhike-mobile-zhike-mobile-event-center --save

Mostly automatic installation

$ react-native link zhike-mobile-zhike-mobile-event-center

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_moduleszhike-mobile-zhike-mobile-event-center and add ZKZhikeMobileEventCenter.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libZKZhikeMobileEventCenter.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android(currently not supported)

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

Usage

import ZKZhikeMobileEventCenter from 'zhike-mobile-zhike-mobile-event-center';

// TODO: What do with the module?
ZKZhikeMobileEventCenter;

Readme

Keywords

Package Sidebar

Install

npm i zhike-mobile-zhike-mobile-event-center

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • wansong