Just for fun to keep track of your investments!
This guide will walk you through the steps to run an Expo Go app on your device using the Expo Client app.
Before you begin, make sure you have the following installed:
- Node.js (version 12 or newer)
- Expo CLI - Install it globally by running the following command
npm install -g expo-cli
- Expo Go Client App on your mobile device
- Install all dependencies
npm install
- Start the development server
npm run start
- To run the iOS simulator, ensure that you have the XCode simulator installed
- To run on a physical device, scan the QR code displayed in the terminal
- On iOS: Use the device's camera app or the QR code scanner in the Control Center.