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

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