An open API service indexing awesome lists of open source software.

https://github.com/bamlab/react-native-components-collection

A collection of common React Native components
https://github.com/bamlab/react-native-components-collection

Last synced: about 1 year ago
JSON representation

A collection of common React Native components

Awesome Lists containing this project

README

          

# Components

[Demo](https://bamlab.github.io/react-native-components-collection/)

* [CodePushUpdateButton](./packages/react-native-component-code-push-update-button)
* [CircleImage](./packages/react-native-component-circle-image)
* [Google Sign-In Button](./packages/react-native-component-google-signin)
* [Map with clustering](./packages/react-native-component-map-clustering)
* [PasswordStrengthIndicator](./packages/react-native-component-password-strength-indicator)
* [ProgressBar](./packages/react-native-component-progress-bar)
* [Text](./packages/react-native-component-text)
* [TextInput](./packages/react-native-component-text-input)
* [Separator](./packages/react-native-component-separator)
* [VerificationCodeInput](./packages/react-native-component-verification-code-input)

# Contributing

## Installation

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

## Add examples

Add storybook stories in [stories](./stories).

## Add a new component

Init a new package in the [packages](./packages) folder.

# Publish

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