- What is React-Native
-
- Introdution
- Advantages of React-Native
- React-Native VS Web Application
- React-Native VS React Web
- Get Started
-
- Installation
- Android Setup(Android Studio)
- Create React-Native Application
- Run Application in Virtual Device
- Core React-Native Components
- Establish a Layout with <View>
- Displaying Text with <Text>
- Accepting User Inputs with <TextInput>
- Displaying Image with <Image>
- Making Components interactive with <TouchableOpacity>
- Changing Screens with “React-Navigation”
- Styling
- Issues with
- Inline Styles
- Create immutable style object with create
- Positioning Components with “Flexbox”
- React-Native APIs
- Use “fetch” API to Retrieve
- Use “fetch” API to perform CRUD function
- Adding
- Application Deployment