status-components/README.md

19 lines
350 B
Markdown
Raw Normal View History

2019-03-11 16:00:23 +00:00
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.