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

export const ActionsheetScrollView = createStyle({
  w: '$full',
  h: 'auto',
});