react-native-flex-layout

Layout primitives for React Native.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-native-flex-layout
1310.1.5a year agoa year agoMinified + gzip package size for react-native-flex-layout in KB

Readme

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.