19 lines
350 B
Markdown
19 lines
350 B
Markdown
A repository of generic components for Status.im
|
|
|
|
## 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. |