bamlab / react-native-components-collection

A collection of common React Native components
https://bamlab.github.io/react-native-components-collection/
38 stars 6 forks source link

Components

Demo

Contributing

Installation

git clone git@github.com:bamlab/react-native-components-collection.git
yarn

Add examples

Add storybook stories in stories.

Add a new component

Init a new package in the packages folder.

Publish

lerna -v || lerna yarn global add lerna
lerna publish
yarn deploy-storybook