A set of React/React native components used by Status.im projects https://status-im.github.io/status-components
Go to file
Luigi Maselli da683b8cdb + react-native-web support
Fixed Storybook in current project

Dummy RNW Button

Grouped Button stories

Storybook 5.0.3

react-native alias

- material-ui requirement

Button test

tests and rnw notes

Fixed Button test
2019-03-19 13:49:45 +01:00
.circleci Update config.yml 2019-03-19 12:06:37 +01:00
.storybook + react-native-web support 2019-03-19 13:49:45 +01:00
public Initial commit 2019-03-11 17:00:23 +01:00
src + react-native-web support 2019-03-19 13:49:45 +01:00
.gitignore Upgraded storybook to v5 2019-03-15 14:34:20 +01:00
README.md + react-native-web support 2019-03-19 13:49:45 +01:00
package.json + react-native-web support 2019-03-19 13:49:45 +01:00
yarn.lock + react-native-web support 2019-03-19 13:49:45 +01:00

README.md

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