react-native-test-module

Getting started

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

Mostly automatic installation

$ react-native link react-native-test-module

Usage

import TestModule from 'react-native-test-module';

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