Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 672 Bytes

README.md

File metadata and controls

36 lines (33 loc) · 672 Bytes

Course Introduction

React Native

Topics

  • Week 1
    • What is React native ?
    • Getting started
    • Native core components
      • Text
      • View
      • ScrollView
      • TextInput
      • Touchable
      • Pressable
      • FlatList
      • NestedList
    • Native Styling
    • Platform Dependent Code.
  • Week 2
    1. React Native Architecture
    2. API calls
    3. Introduction to Navigation
    4. Navigation bar, drawer, etc
    5. debugging
  • Week 3
    1. Using System Modules - 1
    2. Using System Modules - 2
    3. Using Redux
    4. Using UI Library
  • Week 4
    1. SDK vs Xcode
    2. Android Specific Development
    3. IOS Specific development
    4. Permission & deployment to store