README
react-native-custom-layout
Getting started
$ npm install react-native-custom-layout --save
Mostly automatic installation
$ react-native link react-native-custom-layout
Usage
import CustomLayout from 'react-native-custom-layout';
// TODO: What to do with the module?
CustomLayout;