react-native-mapper-plugin

1.0.2 • Public • Published

react-native-mapper-plugin

Getting started

$ npm install react-native-mapper-plugin --save

Mostly automatic installation

$ react-native link react-native-mapper-plugin

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-mapper-plugin and add MapperPlugin.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libMapperPlugin.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/[...]/MainApplication.java
  • Add import com.reactlibrary.MapperPluginPackage; to the imports at the top of the file
  • Add new MapperPluginPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-mapper-plugin'
    project(':react-native-mapper-plugin').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-mapper-plugin/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-mapper-plugin')
    

Usage

import MapperPlugin from 'react-native-mapper-plugin';

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

Readme

Keywords

Package Sidebar

Install

npm i react-native-mapper-plugin

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

400 kB

Total Files

191

Last publish

Collaborators

  • macmedan