Components
Text
A text component that allows users to display text. Primary exist to style the text with the correct color and typography style defined in the theme.

Usage
Props
Inherit all props from TextProps.
Prop | Type | Default |
---|---|---|
variant? | "heading1" | "heading2" | "heading3" | "body1" | "body2" | "body3" | 'body1' |
color? | "contentPrimary" | "contentSecondary" | "contentTertiary" | "contentAccent" | "contentError" | 'contentPrimary' |
Switch
A switch component that allows users to toggle between two states. It displays as a button that can be toggled on or off, commonly used for enabling or disabling features. Based on the React Native Switch component.
Quick start
Get started with pre-built React Native app templates. Run the demo app locally to explore complete screen implementations, copy code snippets, and accelerate your development workflow.