| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 26-Sep-2023 | - | ||||
| build/ | H | 26-Sep-2023 | - | 234 | 173 | |
| src/ | H | 26-Sep-2023 | - | 501 | 429 | |
| .eslintrc.js | H A D | 26-Sep-2023 | 103 | 3 | 1 | |
| .npmignore | H A D | 26-Sep-2023 | 183 | 12 | 8 | |
| CHANGELOG.md | H A D | 26-Sep-2023 | 1.6 KiB | 74 | 37 | |
| README.md | H A D | 26-Sep-2023 | 463 | 18 | 10 | |
| babel.config.js | H A D | 26-Sep-2023 | 107 | 7 | 6 | |
| package.json | H A D | 26-Sep-2023 | 1.1 KiB | 42 | 41 | |
| tsconfig.json | H A D | 26-Sep-2023 | 217 | 10 | 9 |
README.md
1# expo-checkbox 2 3`expo-checkbox` provides a basic `boolean` input element for Android, iOS and web. 4 5## API documentation 6 7Please refer to the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/checkbox/). 8 9## Installation 10 11``` 12npx expo install expo-checkbox 13``` 14 15## Contributing 16 17Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing). 18