react-native-flex-layout
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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.

/react-native-flex-layout/

    Package Sidebar

    Install

    npm i react-native-flex-layout

    Weekly Downloads

    2,724

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    181 kB

    Total Files

    57

    Last publish

    Collaborators

    • yamankatby