Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waynekim92/react-native-layout


https://github.com/waynekim92/react-native-layout

component layout react-native

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-layout

layout components

## Installation

```sh
npm install @wayne-kim/react-native-layout
#or
yarn add @wayne-kim/react-native-layout
```

## Usage

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

// Use it in your app
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)