You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

react-native-flex

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-flex

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

1.3.0
latest
Source
npm
Version published
Weekly downloads
66
40.43%
Maintainers
1
Weekly downloads
 
Created
Source

📏 react-native-flex

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

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! 💪

FAQs

Package last updated on 13 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts