Version: NextSizeBoxA basic button component that should render nicely on any platform. Supports a minimal level of customization.import { SizeBox } from 'react-native-noxi'; <SizeBox /><SizeBox height={200} width={100}/>Copy