1.3.0 • Published 5 months ago

react-native-flex v1.3.0

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

npm npm package minimized gzipped size (select exports) npm

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

npm install react-native-flex

Quickstart

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

const App = () => {
  return (
    <Flex vCentered centered vertical debug>
      <Flex vEnd centered full>
        // ...
      </Flex>
      <Flex centered vCentered>
        // ...
      </Flex>
    </Flex>
  )
}

Let's grid it! 💪

1.3.0

5 months ago

1.2.0

6 months ago

1.0.2

7 months ago

1.1.0

6 months ago

0.1.2

3 years ago