This document outlines the course details for ITS485 Lecture 1 on React Native Introduction. Key points include: - Grading will be based on quizzes, a term project, midterm exam and final exam. The term project involves building a mobile app in groups. - React Native is a JavaScript framework that allows building native iOS and Android mobile apps using React. It offers native experience and cross-platform code sharing. - How React Native works is by using the React virtual DOM approach and rendering native mobile components instead of HTML. It invokes native platforms asynchronously to not block the UI thread.