soosap / currency-converter

react-native course by handlebarlabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. How to install

$ git clone https://github.com/soosap/currency-converter.git
$ yarn install

2. How to run

$ yarn start
# alternatively start w/ react-native-debugger
$ REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" yarn start
# alternatively start w/ react-native-debugger on specific platform
$ REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" react-native run-ios

About

react-native course by handlebarlabs


Languages

Language:JavaScript 100.0%