# @expo/styleguide-native

This package is meant for use in Expo projects.

## Get started

Install

```bash
yarn add @expo/styleguide-native

# or

npm install @expo/styleguide-native
```

Then in a component:

```tsx
import { lightTheme, darkTheme, ... } from "@expo/styleguide-native";
```
