React Native 基础知识
React Native Fundamentals
- 1. Course Overview
- 1. Course Overview
- 2. Getting Started with React Native
- 1. Overview
- 2. Why Choose React Native
- 3. Configuring a Text Editor
- 4. Setting up Your Environment for React Native Development
- 5. Creating a React Native App
- 6. Anatomy of a React Native App
- 7. Demo
- 8. Debugging a React Native App
- 03. Learning React Native Basics
- 01. Overview
- 02. Creating Your First Component
- 03. Understanding and Using Props
- 04. Using the Image Component
- 05. Applying Styles with React Native
- 06. Using the View Component
- 07. Setting up Routing
- 08. Demo
- 09. Adding an About Page
- 10. Using the Scrollview
- 11. Using the Text Component
- 12. Demo
- 04. Adding a User Registration Feature
- 01. Overview
- 02. Initializing and Using State
- 03. Using AsyncStorage to Save User Registration Details
- 04. Using the TextInput Component
- 05. Using the TouchableHighlight Component
- 06. Creating the Login Page
- 07. Finishing the Login Page
- 08. Creating the Header Component
- 09. Finishing the Header
- 10. Demo
- 11. Creating the Menu Component
- 12. Demo
- 5. Adding a Blog Feature
- 1. Overview
- 2. Creating the BlogItem Component
- 3. Creating the Blog Page
- 4. Using the FlatList Component
- 5. Creating the BlogDetail Page
- 6. Finishing the BlogDetail Page
- 7. Add the Blog Feature to the App
- 8. Demo
- 6. Adding a Quiz Feature
- 1. Overview
- 2. Setting up the Quiz Questions
- 3. Creating the Questions Component
- 4. Creating the Quiz Page
- 5. Finishing the Quiz Page
- 6. Adding the QuizFinish Page
- 7. Add the Quiz Feature to the App
- 8. Demo
- 7. Adding a Video Feature
- 1. Overview
- 2. Adding the TubeItem
- 3. Creating a Google API App
- 4. Creating the Video Component
- 5. Adding the VideoDetail Page
- 6. Adding the Video Feature to the App
- 7. Demo
- 8. Compiling a Build of the App
- 1. Overview
- 2. Compiling an IOS App
- 3. Compiling an Android App
- 4. Demo
- 5. Summary