@react-native-ui-components/box
v1.2.1
Published
Box component for React Native
Downloads
4
Maintainers
Readme
@react-native-ui-components/box
Box component for React Native
Installation
npm install @react-native-ui-components/box
Usage
import { Box } from '@react-native-ui-components/box';
// ...
<Box>
<Text>Hello world</Text>
</Box>;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library