ignitegym/config/theme/ActionsheetVirtualizedList.ts

6 lines
142 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const ActionsheetVirtualizedList = createStyle({
w: '$full',
h: 'auto',
});