simple-theme
Version:
Lightweight and highly-customizable theming package for your React Native apps
10 lines (6 loc) • 385 B
Markdown
# `<SimpleTheme />`
## Props
| Prop | Type | Required | Default | Note |
|---|---|---|---|---|
| `defaultTheme` | object | yes | | defaultTheme is a [theme object](theme.md) with `name: String` and `styles: Object` properties
| `additionalThemes` | array | no | | additionalThemes is an array of [theme objects](theme.md), each with `name: String` and `styles: Object` properties |