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
- Host: GitHub
- URL: https://github.com/bamlab/react-native-components-collection
- Owner: bamlab
- Created: 2018-03-22T09:48:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:47:22.000Z (over 3 years ago)
- Last Synced: 2025-06-04T16:55:10.029Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://bamlab.github.io/react-native-components-collection/
- Size: 3.99 MB
- Stars: 38
- Watchers: 17
- Forks: 6
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
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
```