This app is ready to go and built in a data-driven manner. Simply edit the JSON object in src/Utils/Constants.js
to contain your tokens and the amounts you own of each. You should also find images for each of your tokens otherwise it will default to Dogecoin.
You can then push the app out to your own Expo account to use it on your phone.
- node
- yarn
- An iOS or Android device on the same local network as your computer
- OR you can run simulators locally: XCode/iOS setup video, Android Studio setup video.
You may need to open up XCode and accept the terms if it's your first time. If there is an issue connecting with the command line, follow these steps:
Open XCode > Preferences > Locations > Command Line tools
and set it. - The Expo (https://github.com/expo/expo) App installed onto your iOS or Android device
- Clone this project
yarn install
yarn run ios
oryarn run android
. This will start the simulator of your choice and display the app
- Clone this project
yarn install
yarn start
- Open the Expo App on your mobile device, which must be connected to the same local network (usually same WiFi), and scan the QR code in the terminal window
- Wait for the app to finish packaging and it will be viewable on your phone