An open API service indexing awesome lists of open source software.

https://github.com/expo/styleguide

Foundational styles for Expo interfaces.
https://github.com/expo/styleguide

expo styleguide uikit

Last synced: 7 months ago
JSON representation

Foundational styles for Expo interfaces.

Awesome Lists containing this project

README

          





@expo/styleguide-*

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

## Get started

1. Install dependencies with

```bash
yarn
```

2. Configure styleguide-icons. Read [**packages/styleguide-icons/README.md**](https://github.com/expo/styleguide/blob/main/packages/styleguide-icons/README.md) to set up your credentials (Expo staff only) to generate icons.

3. Build the packages with

```bash
yarn build
```

It can take several minutes to build the icons package.

4. Develop with

```bash
yarn dev
```