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

export const Center = createStyle({
  alignItems: 'center',
  justifyContent: 'center',
});