rn-alf
v0.0.2
Published
Primitives for styling UI components
Maintainers
Readme
React-Native Application Layout Framework (ALF)
Primitives for styling UI components
Usage
Auto
Initialize rn-alf.json config file
npx rn-alf initManual
Create rn-alf.json file in root project directory with following data
{
"atoms": {
"name": "alf",
"path": "src/styles/alf.ts"
},
"spaces": {
"_2xs": 2,
"xs": 4,
"sm": 8,
"md": 12,
"lg": 16,
"xl": 20,
"_2xl": 24,
"_3xl": 28,
"_4xl": 32,
"_5xl": 40
}
}Generate alf styles
npx rn-alf genInspiration
The original idea belongs to bluesky
