1.0.0 • Published 5 months ago

@nrcno/nrc-design-system v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

image

getting started

You need to have expo-cli installed globally

yarn global add expo-cli

To get all the dependencies run

yarn install

To run on the web use

yarn start:web

To run on ios or android

yarn start:native

Then open the app from the terminal or from the expo ui in ios or android.

Compiling and publishing the project

To compile the code and generate the distributable files execute:

./build.sh

Then you can publish it by running:

yarn publish

important for ondevice

If you add new stories on the native (ondevice version) you either need to have the watcher running or run the stories loader

To update the stories one time

yarn update-stories

To watch the stories files

yarn storybook-watcher

Note that this is only necessary for when you add or remove a story file.