mirror of
https://github.com/status-im/status-components.git
synced 2025-01-12 10:54:10 +00:00
21 lines
534 B
Markdown
21 lines
534 B
Markdown
A set of React/React native components used by Status.im projects [![CircleCI](https://img.shields.io/circleci/project/github/status-im/status-components.svg)](https://circleci.com/gh/status-im/status-components/tree/master)
|
|
|
|
|
|
## Hack
|
|
|
|
First install dependencies:
|
|
|
|
`yarn`
|
|
|
|
Then start the dev mode:
|
|
|
|
`yarn storybook`
|
|
|
|
Tests
|
|
|
|
`yarn test`
|
|
|
|
## Notes
|
|
|
|
This project uses React Native Web, so to keep React Native compatibility [only available APIs](https://github.com/necolas/react-native-web#components) can be used cross platform.
|
|
|