This library is useless. I am starting to contribute to theReact Native Reusables

Switch

A control that allows the user to toggle between checked and not checked.

Installation

npx nativecn add Switch

Usage

import { Switch } from "@/components/Switch"
<Switch
  checked={checked}
  onCheckedChange={setChecked}
/>