README
react-native-a-map-module
Getting started
$ npm install react-native-a-map-module --save
Mostly automatic installation
$ react-native link react-native-a-map-module
Usage
import AMapModule from 'react-native-a-map-module';
// TODO: What to do with the module?
AMapModule;