@galoymoney/react
v0.1.14
Published
A React library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
Keywords
Readme
Galoy React components and hooks
A React library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
Installation
Install the package:
yarn add @galoymoney/reactTest
Test with Jest framework:
yarn testBuild
Build production (distribution) files in dist folder:
yarn buildLocal development
Run:
yarn linkand in your test project run:
yarn link @galoymoney/reactIf you want to remove the symlink, run:
# in your test project
yarn unlink @galoymoney/react
# in galoymoney/react folder
yarn unlink