@expo/styleguide-native
Version:
Foundational styles for Expo interfaces.
22 lines (13 loc) • 293 B
Markdown
# @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";
```