Components
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.
SliderDual
A slider component that allows users to select a range of values. It displays a horizontal bar with 2 sliding knobs that can be dragged to set the range.
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.