@metamask/design-system-react-native
Version:
34 lines (19 loc) • 739 B
Markdown
# `@metamask/design-system-react-native`
Design System React Native
## Installation
First, install the package:
`yarn add @metamask/design-system-react-native`
or
`npm install @metamask/design-system-react-native`
### Peer Dependencies
This package requires the following peer dependencies to be installed in your project:
```bash
yarn add react@>=18.2.0 react-native@>=0.72.0
```
or
```bash
npm install react@>=18.2.0 react-native@>=0.72.0
```
**Note:** This package is compatible with React Native 0.72.0 and newer versions, including 0.76.x.
## Contributing
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/metamask-design-system#readme).