Structure:
- Installation & Setup where we will setup our environment.
- Getting Started where we will run our Hello World Application and learn the basics in React Native.
- Project One where we will practice the basics we have just learned.
- React Native Deep Dive where we will start with more advanced stuff.
- Project Two where we will practice logical statements and simple state.
- Project Three where we will practice state manipulation and mobile application design.
- Javascript Essentials needed features from Javascript that are necessary within your React Native learning.
- Hooks we will get to know the most used hooks in modern mobile application development.
- Native Device Features Interacting with the most used native features.
- Project Four where we will practice handling external network requests
- Third Party Libraries integration where we will be learning how to interact with third party providers
- Navigation where we will learn how to handle the navigation in React Native
- Final Project where we will put all the things we learned in action