Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waynekim92/react-native-layout
- Owner: WayneKim92
- License: mit
- Created: 2023-11-10T03:34:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T09:00:14.000Z (2 months ago)
- Last Synced: 2024-10-07T13:38:04.370Z (about 1 month ago)
- Topics: component, layout, react-native
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)