kidoku-common
v0.0.55
Published
Can log "hello world" and "goodbye world" to the console!
Downloads
17
Readme
Kidoku Common
To develop and run locally in kidoku-react-native
- Run
rm -rf dist && tsc && rm -rf node_modules
- In
kidoku-react-native
, runyarn add ./../kidoku-js-common
To publish module
- Run
rm -rf dist && tsc && npm publish