React Native Fundamentals
React Native is a powerful framework that allows you to build mobile apps using JavaScript. This course will teach you to build a complete mobile app using the tools available in React Native.
What you'll learn
Mobile development was previously outside the skills of web developers. In this course, React Native Fundamentals, you’ll learn to build a mobile app using JavaScript. First, you’ll explore setting up your development environment and creating an app. Next, you’ll discover how to create a component and use the core components provided by React Native. Finally, you’ll learn how to compile your project to an app that can be loaded on an actual device and distributed through the app stores. When you’re finished with this course, you’ll have the skills and knowledge of React Native needed to build a complete app.
Table of contents
- Overview 1m
- Initializing and Using State 2m
- Using AsyncStorage to Save User Registration Details 2m
- Using the TextInput Component 2m
- Using the TouchableHighlight Component 3m
- Creating the Login Page 3m
- Finishing the Login Page 2m
- Creating the Header Component 3m
- Finishing the Header 3m
- Demo 3m
- Creating the Menu Component 4m
- Demo 2m