react-native-native-module-sample

Getting started

$ npm install react-native-native-module-sample --save

Mostly automatic installation

$ react-native link react-native-native-module-sample

Usage

import NativeModuleSample from 'react-native-native-module-sample';

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