This document outlines the steps to build a stock tracking mobile app using React Native. It describes initializing the project, building the UI with split header and footer sections, creating reusable StockButton components, fetching stock data from the Google Finance API, and handling state updates on button presses. Key aspects covered include using props for communication between parent and child components, chaining promises with .then and error handling with .catch, and conditionally updating the display with red or green text based on stock changes. The homework is to expand the app to fetch and display data for 5 US tech company stocks.