1.0.1 • Published 4 years ago

react-native-native-module-browser v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-native-native-module-browser

Getting started

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

Mostly automatic installation

$ react-native link react-native-native-module-browser

Usage

import CBNativeModuleBrowser from 'react-native-native-module-browser';

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