Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 274 Bytes

react-native-tools

Getting started

$ npm install react-native-tools --save

Mostly automatic installation

$ react-native link react-native-tools

Usage

import Tools from 'react-native-tools';

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