https://github.com/barbarpotato/react-native-course
In this course, you will move from the basics of React to a more advanced implementation using React Native. You’ll review a wide range of different React components and ways of styling them. And you’ll get to practice using different mobile methods of interactivity with React Native.
https://github.com/barbarpotato/react-native-course
expo javascript react react-navigation reactnative reactnavigation scrollview text view
Last synced: 14 days ago
JSON representation
In this course, you will move from the basics of React to a more advanced implementation using React Native. You’ll review a wide range of different React components and ways of styling them. And you’ll get to practice using different mobile methods of interactivity with React Native.
- Host: GitHub
- URL: https://github.com/barbarpotato/react-native-course
- Owner: Barbarpotato
- Created: 2023-05-01T07:40:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T15:09:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T19:35:41.477Z (over 1 year ago)
- Topics: expo, javascript, react, react-navigation, reactnative, reactnavigation, scrollview, text, view
- Language: JavaScript
- Homepage:
- Size: 4.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-Course
## Introduction to React Native
In this module, the basic structure and use of React Native is explored and demonstrated. You will learn to build a single page React Native app and style it using basic components such as View, Text and StyleSheet.
### Learning Objectives
- Differentiate between the uses and characteristics of React and React Native.
- Use Expo CLI to set up a React Native app development project.
- Use the Android emulator to render React Native components.
- Understand how components are categorized in React Native.
- Create a component in React Native.
- Use the View, Text and ScrollView components to create a React Native screen.
- Use StyleSheet to style a component in React Native.
## Lists and Text Input in React Native
In this module you will learn about the core components of React Native. You will learn to build large and performant lists with the FlatList and SectionList components. You will then learn to configure user inputs via keyboard using the TextInput component. By the end of this module, you will gain the knowledge to build large lists and configure user inputs within your React Native App.
### Learning Objectives
- Render large lists with FlatList.
- Render large lists by section with SectionList.
- Use the TextInput component to accept user input.
- Manage the virtual keyboard in a React Native app.
- Create a login screen in React Native.
## Pressable, Images and Hook in React Native
In this module you will learn about using the Pressable component to build buttons and other clickable areas. You will then learn about displaying and styling images within the app. Finally, you will explore some common React Native hooks that come handy during development
### Learning Objectives
- Use the Pressable component to create touch interactivity in a React Native app.
- Display and style images in a React Native app.
- Use hooks to further refine styling and interactivity in a React Native app.
## React Navigation
In this module you will learn all about navigating between screens using React Navigation. You will learn different types of navigation such as Stack, Tab and Drawer navigation, which are widely used in mobile apps. You will also learn about the core features of React Navigation. By the end of this module, you will be able to setup your app with React Navigation and move between screens.
### Learning Objectives
- Install and set up React Navigation and Native Stack Navigator.
- Use React Navigation to set up navigation between screens.
- Create and configure a header bar in a React Native app.
- Configure tab and drawer navigation systems in a React Native app.
## Final Project Assesment
Practice and reflect on the skills you learned in this course.
### Learning Objectives
- Synthesize the skills you learned in this course.
- Reflect on what you learned in this course and the next steps in your journey.