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

Toggle

A two-state button that can be either on or off.

Installation

npx nativecn add Toggle

Usage

import { Toggle } from "@/components/Toggle"
<Toggle
  pressed={pressed}
  onPressedChange={setPressed}
  aria-label='Toggle bold'
  variant='outline'
>
  <ToggleIcon icon={Bold} size={18} />
</Toggle>