This course introduces you to mobile development using React Native, a popular framework for building cross-platform mobile applications. You'll learn the basics of React Native, including components, JSX, and TSX, and how to style your applications effectively.
Overview
Syllabus
- Unit 1: Intro to React Native
- React Native Quick Start
- Unit 2: Introduction to React Native Components
- Creating Your First React Native Component
- Building a Simple Profile Card
- Using Components in React Native
- Unit 3: Introduction to TSX in React Native
- Using Objects in React Native Components
- Adding TypeScript to Profile Component
- Extracting Styles for Cleaner Components
- Style Interfaces for Profile Card
- Unit 4: Styling Components in React Native
- Creating Empty StyleSheet Objects
- Centering Content in React Native
- Styling a React Native Profile
- Styling Text in React Native