Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.22 KB

StocksTracker

Description

Just for fun to keep track of your investments!

Running the app (⚠️ This app has only been developed for iOS devices ⚠️)

This guide will walk you through the steps to run an Expo Go app on your device using the Expo Client app.

Prerequisites

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

Running the script

  1. Install all dependencies
npm install
  1. Start the development server
npm run start
  1. To run the iOS simulator, ensure that you have the XCode simulator installed
  2. 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.

Tech Stack

React Native JavaScript SQLite