Skip to content

A set of components for building layouts in React Native. Powered by React Native Unistyles.

License

Notifications You must be signed in to change notification settings

grapp-dev/stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34fa5f7 Â· May 11, 2024
Apr 11, 2024
Apr 8, 2024
May 11, 2024
Apr 8, 2024
Apr 8, 2024
Apr 21, 2024
Apr 7, 2024
Mar 25, 2024
Apr 7, 2024
Mar 25, 2024
Apr 11, 2024
Apr 5, 2020
Apr 21, 2024
Apr 21, 2024
Apr 21, 2024
Apr 9, 2024
Apr 11, 2024

Repository files navigation

Stacks · PRs Welcome GitHub license npm

Stacks, a set of components for building layouts in React Native

A set of components for building layouts in React Native. Powered by React Native Unistyles.

Stacks primarily aims to simplify building and maintaining layouts, making it quick and easy. It follows a design principle that suggests components should not include any surrounding white space. Instead, layout components should solely own spacing between elements.

Documentation

Full documentation can be found here.

Installation

To install Stacks, you should use your preferred package manager.

bun add @grapp/stacks
pnpm add @grapp/stacks
yarn add @grapp/stacks
npm install @grapp/stacks --save

Discord

Join Discord to get involved with the community, ask questions, and share tips.

License

The MIT License.

See LICENSE