You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: `supportsSiriButton` has been deprecated. The component now returns null when not supported.
BREAKING CHANGE: AddToSiriButton now returns `null` on Android.
Added `automatic` and `automaticOutline` styles to AddToSiriButton
fix: Removed observer from `init` in RNSSSiriShortcuts.m, so an observer is only created when there are listeners.
BREAKING CHANGE: RNSiriShortcuts has been renamed to RNSSSiriShortcuts.
Prefixed files with RNSS for namespacing purposes.
Exporting AddToSiriButton and SiriButtonStyles from `index.js`.
fix: Added TS types for AddToSiriButton and SiriButtonStyles.
Removed Swift setup from podspec.
SiriButtonStyles is not exported natively to ensure the values match.
0 commit comments