A React library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
Install the package:
yarn add @galoymoney/react
Test with Jest framework:
yarn test
Build production (distribution) files in dist folder:
yarn build
Run:
yarn link
and in your test project run:
yarn link @galoymoney/react
If you want to remove the symlink, run:
# in your test project
yarn unlink @galoymoney/react
# in galoymoney/react folder
yarn unlink