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

https://github.com/eduardoborges/react-native-flex

📏 A simple react-native flex grid component to build layouts with elegance
https://github.com/eduardoborges/react-native-flex

flexbox layout react-native

Last synced: 6 months ago
JSON representation

📏 A simple react-native flex grid component to build layouts with elegance

Awesome Lists containing this project

README

          


📏 react-native-flex


A simple react-native flex grid component to build layouts with elegance

![npm](https://img.shields.io/npm/v/react-native-flex) ![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/react-native-flex?color=green-light) ![npm](https://img.shields.io/npm/dw/react-native-flex)

## Features
- ✨ Intuitive Grid System: Create responsive and flexible grids for your mobile app layouts effortlessly.
- 📐 Customizable Grid Configuration: Tailor the grid to your project's unique needs with a range of options.
- 🚀 High Performance: Smooth animations and fast rendering, ensuring a delightful user experience.
- 💡 Grid-Based Responsiveness: Effortlessly adapt to various screen sizes and orientations.

## Install

```sh
npm install react-native-flex
```

## Quickstart

```jsx
import React from 'react'
import { Flex } from 'react-native-flex';

const App = () => {
return (


// ...


// ...


)
}
```

## Let's grid it! 💪