@kancha/kancha-ui
v1.0.0-beta.50
Published
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?styl
Downloads
62
Readme
Kancha
Kancha is a React Native UI library for building decentralised identity wallet apps for iOS & Android.
Getting started
Install dependencies
yarn install
Build the library locally and run the demo app from xcode
yarn build && yarn xcode
In a separate terminal run metro bundler
yarn start
Start a development watcher. This will compile typescript when you make changes and the app will reload.
yarn develop
Contributing
Commitlint makes sure that all commit messages follow a pattern. Check it out here :point_right: Commitlint
Releases
Releases are automatically handled by Semantic Release All version numbers and release notes are decided on based on the commit messages provided.
There are currently 2 channels. Master is for the main library release and beta
is for beta releases.
Testing
Unit tests will run on every commit. Full e2e test will run on merging to beta
or master
Documentation
TypeDoc auto generates the documentation from the typescript interfaces and comments. To generate the docs run:
yarn docs
This will get published to github pages as part of the CI build