react-native-custom-layout

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeCustomLayout from 'https://cdn.skypack.dev/react-native-custom-layout';
</script>

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;