crypto ranking and information using react native
- create react-native project using CRNA template
$ npx create-react-native-app@3.9.0 {project_name}
- install required packages
$ npm install
- run service in web browser
$ npm start or npm run web
- run service in mobile emulator or simulator
$ npm run android (ios)