/styleguide

Foundational styles for Expo interfaces.

Primary LanguageTypeScript

Expo styleguide

A collection of packages use to share styles and icons across Expo websites and projects.

Get started

Install dependencies with

yarn

Then build the packages with

yarn build

Then develop with

yarn dev

Releasing new versions

This repo uses changesets. To start a release, run:

yarn create:release

This will create a changeset file. Once created, run

yarn version

Then commit the changes and run

yarn publish