import { View } from 'react-native'; import { styled } from '@gluestack-style/react'; const StyledRoot = styled( View, { alignItems: 'center', justifyContent: 'center', }, {} ); export const Center = StyledRoot;