npm explorer
reactnative-checkbox - npm explorer
reactnative-checkbox
v1.0.1
A checkbox for ReactNative
0
/week
Updated 3 years ago
ISC
Published by
39Er
npm
yarn
pnpm
bun
npm install reactnative-checkbox
Repository
Homepage
npm
Readme
Dependencies
(0)
Versions
(2)
react-native-checkbox
A checkbox for React Native.
##Example
{this.onExpenseCheck(item.id);}} onUncheck={()=>{this.unExpenseCheck(item.id);}}/>