- This repository serves as a comprehensive learning guide for exploring React Native, designed to provide hands-on experience through progressive tasks.
- Each branch represents a unique learning milestone, enabling you to incrementally develop your mobile application development skills.
- Task 1: Display the given woofPostsData inside a FlatList
- Task 2: Create component WoofPost and use it inside HomeScreen
- Task 3: Use StyleSheet inside the component WoofPost
- Task 4: Create a folder named data in your project directory and move the woofPostsData file into it.
- Task 5: Create a SignIn Screen
- Task 6: Create Tab navigation inside the app
- Assignment Branch
- Understand React Native fundamental concepts
- Build cross-platform mobile applications
- Implement efficient mobile UI/UX designs
- Manage application state
- Core components: FlatList, SafeAreaView
- Inline style and StyleSheet
- Props and useState Hook
- Navigation and Bottom Tab