diff --git a/src/components/bottomSheet/types.d.ts b/src/components/bottomSheet/types.d.ts index 03ec5ef0..63a2bcdd 100644 --- a/src/components/bottomSheet/types.d.ts +++ b/src/components/bottomSheet/types.d.ts @@ -43,8 +43,8 @@ export interface BottomSheetProps * ⚠️ This prop is required unless you set `enableDynamicSizing` to `true`. * @example * snapPoints={[200, 500]} - * snapPoints={[200, '%50']} - * snapPoints={['%100']} + * snapPoints={[200, '50%']} + * snapPoints={['100%']} * @type Array */ snapPoints?: Array | SharedValue>;