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

Button

Displays a button or a component that looks like a button.

Installation

npx nativecn add Button

Usage

import { Button } from "@/components/Button"
<Button>
  <Text>Badge</Text>
</Button>