import { View } from 'react-native'; import { styled } from '@gluestack-style/react'; const StyledRoot = styled(View, {}); export const Box = StyledRoot;