Patch Changes
-
#834
1d2767b
Thanks @dohooo! - Add accessibility support to pagination components and replace deprecated TouchableWithoutFeedback with Pressable- Add comprehensive accessibility props (accessibilityLabel, accessibilityRole, accessibilityHint, accessibilityState) to both Basic and Custom pagination components
- Add carouselName prop to allow descriptive accessibility labels
- Replace TouchableWithoutFeedback with Pressable to remove deprecation warnings
- Improve screen reader support with proper labeling and state information
Co-authored-by: AlexJackson01 [email protected]
-
#834
1d2767b
Thanks @dohooo! - Add comprehensive programmatic control documentation- Add new "Programmatic Control" documentation page with detailed examples
- Clarify that there's no React-style controlled component mode
- Update migration guide to use correct terminology and link to new docs
- Provide examples for common use cases: pagination, navigation buttons, dynamic content, auto-advance, and jump-to-item patterns
- Include warnings about race conditions and timing considerations
-
#834
1d2767b
Thanks @dohooo! - Replace deprecated TouchableWithoutFeedback with Pressable in pagination componentsFixes deprecation warnings by replacing TouchableWithoutFeedback with the recommended Pressable component in both Basic and Custom pagination items. This change maintains the same functionality while using the modern React Native API.
Closes #812
-
#834
1d2767b
Thanks @dohooo! - Update homepage in package.json