4.0.8 • Published 3 years ago

test-rn-library-evers-codeshop v4.0.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

UPC Shared Components

React Native Web Component Library built with Expo and Storybook. Built to be used by UPC's current and future applications.

Package usage

Currently, the package is deployed to npm as a simple test, but will soon be overwritten by github packages.

npm i test-rn-library-evers-codeshop

or

yarn add test-rn-library-evers-codeshop

Development

Installation

Use the package manager yarn or npm to install UPC Shared Components.

yarn install

Usage

Run Storybook with the command:

yarn storybook

And then run the desired platform to have access to the stories

yarn start

to run Expo and choose the desired platform. Or run the platform directly with the commands:

yarn android|ios|web

Release

When the development process is finished you can publish a new version, for now it's a manual process. After the github/npm registry is configured, run:

npm run release

And follow the prompt. If anything happens, refer to the lib documentation here