Skip to main content

Overview

Switch is a React Native component designed for creating a switch or toggle control. It’s built on top of React Native’s Switch. It can be customized with Tailwind classes through the className prop.

Preview

Light mode

Dark mode

Installation

Properties

  • className?: string (optional) - The classes for the switch.
  • See React Native’s Switch props

Usage

Basic Usage

Here’s how you can use the Switch component: