Skip to content

ShivamJoker/react-native-checkbox-reborn

Repository files navigation

react-native-checkbox-reborn

Native checkbox for Android & iOS

Installation

npm install react-native-checkbox-reborn

Usage

import { CheckboxRebornView } from "react-native-checkbox-reborn";

// ...

<CheckboxRebornView color="tomato" />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library