Skip to content

WayneKim92/react-native-layout

Repository files navigation

react-native-layout

layout components

Installation

npm install react-native-layout

Usage

import { Column, Row, Spacer, EdgeInsets } from 'react-native-layout';

// Use it in your app

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library