status-components/README.md

21 lines
528 B
Markdown
Raw Normal View History

2019-03-19 14:19:56 +01:00
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)
2019-03-11 17:00:23 +01:00
## Hack
First install dependencies:
`yarn`
Then start the dev mode:
`yarn storybook`
Tests
`yarn test`
## Notes
2019-03-19 14:19:56 +01:00
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.