react-native-empty-lib
v0.0.1
Published
A react native view that allows you to drill down into objects
Downloads
2
Readme
react-native-empty-lib
Getting started
$ npm install react-native-empty-lib --save
Mostly automatic installation
$ react-native link react-native-empty-lib
Manual installation
iOS
Android
Usage
import RNEmptyLib from 'react-native-empty-lib';
// TODO: What to do with the module?
RNEmptyLib;