0.0.2 • Published 5 years ago

rn-global-ui v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

rn-global-ui

Set of components to design applications in react native for ICP

Installation

npm install rn-global-ui

Usage

import { Button } from 'rn-global-ui'

// ...

<Button text="BUTTON"></Button>

Scripts

The package.json file contains various scripts for common tasks:

  • yarn bootstrap: setup project by installing all dependencies and pods.
  • yarn typescript: type-check files with TypeScript.
  • yarn lint: lint files with ESLint.
  • yarn test: run unit tests with Jest.
  • yarn prepare: Build library.
  • yarn example start: start the Metro server for the example app.
  • yarn example android: run the example app on Android.
  • yarn example ios: run the example app on iOS.
0.0.2

5 years ago

0.0.1

5 years ago