Sherlock / config / theme / Actionsheet.ts
Actionsheet.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const Actionsheet = createStyle({
  width: '$full',
  height: '$full',
});