Open
Description
One issue with this Library is that it cannot be used with Expo due to some Native Module.
Because the Native Module is only used by a few components, splitting the Library into parts allows most hooks and components to be used with Expo. This also allows users only to use parts of the Library they need.
Suggested packages:
- Core: Set of Components and Hooks to handle the essential a11y stuff #126
- Animations: A set of (Re)Animated components and hooks that listen to the "isReducedMotion" setting #127
- Extras: Custom components that are not part of "react-native", i.e., BottomSheet #128
- Forms: Set of components and utils to create accessible forms #129
- Lists: Set of components and utils to create accessible Lists/Grid #130
- React Native: Extension of react native components focused on accessibility #131
- [Doc] Split & Improve documentation #140
- Improve checklist #142