Skip to content

react-native-ui-components/box

Repository files navigation

@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