A little mock app that can show the cryptocurrency changes in the last 24 hours Used stack:
- React Native
- Typescript
- React Navigation
- Redux
- Redux Saga
- Axios
- React Native Vector Icons
- Have an Android emulator running (quickest way to get started), or a device connected.
cd
to the project root (where thepackage.json
is) & runnpx react-native run-android
- Make sure you have Cocoapods installed on your mac. You can verify that by running
pod --version
. If you don't have that installed, you can install it by homebrew from with this instructions cd
to the./ios
folder and runpod install
cd
to the project root (where thepackage.json
is) & runnpx react-native run-ios
- Open
./ios/CryptoTracker.xcworkspace
in Xcode and hit the Run button