Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 529 Bytes

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