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.
- Host: GitHub
- URL: https://github.com/expo/styleguide
- Owner: expo
- Created: 2020-10-31T16:49:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T09:45:26.000Z (7 months ago)
- Last Synced: 2025-03-28T20:05:50.431Z (7 months ago)
- Topics: expo, styleguide, uikit
- Language: TypeScript
- Homepage: https://styleguide.expo.dev
- Size: 3.26 MB
- Stars: 52
- Watchers: 14
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```