React Native app that shows a list of stocks on 'watchlist'. The app makes use of the Polygon Stock API to fetch the data for the different stocks as well as TanStack's React Query for managing asynchronous state.
-
Install Expo (if you dont have it already installed):
npm install -g expo-cli
-
Install missing npm modules:
npm install
-
Start npm:
npm start
After running you can open the app through the expo app or through a simulator using AndroidStudio or XCode.
- To interact with the app through your phone just download the ExpoGO app and scan the QR code.
- To open through simulator, open the simulator and run i (iOS) or a (Android).