Skip to content

v1.35.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:20
· 15 commits to main since this release
c835e14

Added

  • haptic prop on Button, RadioGroup, CheckboxGroup ComposableScreen elements — optional enum "none" | "light" | "medium" | "heavy" | "soft" | "rigid" mapping to expo-haptics ImpactFeedbackStyle. Opt-in: absent or "none" = no feedback, so existing onboardings are unchanged. Backed by the shared HapticStyle type + HapticStyleSchema enum in steps/common.types.ts.