https://github.com/waynekim92/react-native-layout
https://github.com/waynekim92/react-native-layout
component layout react-native
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waynekim92/react-native-layout
- Owner: WayneKim92
- License: mit
- Created: 2023-11-10T03:34:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T09:00:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T10:28:41.451Z (over 1 year 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)