Socket
Socket
Sign inDemoInstall

react-native-flex-layout

Package Overview
Dependencies
514
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-flex-layout

Layout primitives for React Native.


Version published
Weekly downloads
3.2K
decreased by-0.77%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-native-flex-layout Twitter Follow

Layout primitives for React Native.

npm NPM Downloads Used Languages

Docs

https://react-native-flex-layout.js.org

⚛️ Components · 📚 Guides · 📖 Examples

Installation

npm install react-native-flex-layout

Usage

import {
  Box,
  Flex,
  Stack,
  Wrap,
  Selector,
  // ...
} from "react-native-flex-layout";

const App = () => {
  return <Flex fill center />;
};

Support & help

If you get stuck, contact @yamankatby on Twitter or open a discussion on GitHub. In case of bugs, open an issue on GitHub.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Keywords

FAQs

Last updated on 03 Mar 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc