This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues/pull-requests.
PartyApp/src/configs/theme/ActionsheetFlatList.ts

7 lines
135 B
TypeScript

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