UNPKG

react-native-advanced-checkbox

Version:

A customizable, animated checkbox component for React Native with group support, haptic feedback, and accessibility features, compatible with React Native 0.72.0 and above.

4 lines (3 loc) 173 B
export { default as AdvancedCheckbox } from './components/AdvancedCheckbox'; export { default as CheckboxGroup } from './components/CheckboxGroup'; export * from './types';