React Native Syllabus
React Native Syllabus
2. Core Concepts
3. Navigation
4. Advanced UI Components
- Custom Components
- Modal, Alert, Toast
- Animations (Basic & Advanced with react-native-reanimated)
- Responsive Design (Flexbox, Dimensions, Platform API)
5. State Management
- Context API
- Redux Toolkit (optional)
- Async data handling (thunk or saga basics)
6. API Integration
- TextInput handling
- Formik & Yup
- KeyboardAvoidingView
- AsyncStorage
- SQLite or Realm (optional)
- Handling network status
10. Authentication
11. Deployment
- Debugging tools
- Using React Native Debugger
- Jest testing basics
- Handling errors
13. Project Work