@expo/styleguide
Get started
Install
yarn add @expo/styleguide
# or
npm install @expo/styleguideThen in a React component:
import { colors, shadows, ... } from "@expo/styleguide";Committing
Use yarn commit to create a proper commit message that can auto-release when merging to the main branch.
Releasing
The release strategy is automated with commitizen and semantic-release-cli, using this approach.