React Native Calc
Screenshot
Dependecies
- node (ver 10.16.3, recommend using nodenv)
- expo-cli
How to ran
1. Prepare (at once)
nodenv install 10.16.3 # if use nodenv and not installed ver 10.16.3
npm install -g expo-cli # install expo-cli
npm install
2. Run
npm start
# and follow screen...
Detail: refer to the "Running your React Native application" on React Native Getting Started