import { forwardRef, memo } from 'react' import { View } from 'react-native' import { Box, BoxProps } from './Box' export type RowProps = Omit export const Row = memo( forwardRef((props, ref) => ) ) export const XStack = Row