A set of React/React native components used by Status.im projects https://status-im.github.io/status-components
Go to file
Julien Eluard 1a0329fe19
Restored automated tests
2019-03-28 10:13:55 +01:00
.circleci Restored automated tests 2019-03-28 10:13:55 +01:00
.storybook Initial commit for ColorPalette story 2019-03-26 10:17:34 +01:00
public Initial commit for ColorPalette story 2019-03-26 10:17:34 +01:00
src initial commit 2019-03-26 18:27:10 +01:00
.eslintrc Initial commit for ColorPalette story 2019-03-26 10:17:34 +01:00
.gitignore Initial commit for ColorPalette story 2019-03-26 10:17:34 +01:00
.prettierrc Initial commit for ColorPalette story 2019-03-26 10:17:34 +01:00
README.md Update README.md 2019-03-19 14:19:56 +01:00
package.json Removed eslint package to fix broken tests 2019-03-28 10:12:01 +01:00
yarn.lock Restored automated tests 2019-03-28 10:13:55 +01:00

README.md

A set of React/React native components used by Status.im projects CircleCI

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 can be used cross platform.