The document outlines a React Native group work assignment covering various topics essential for app development. Key topics include core components, list building, layout design, styling, user navigation, networking, offline data persistence, authentication, push notifications, app distribution, debugging, reusable components, animations, and map views. Each topic includes specific components and techniques to be explored and implemented.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
7 views2 pages
REACT NATIVE GROUP WORK ASSIGNMENT
The document outlines a React Native group work assignment covering various topics essential for app development. Key topics include core components, list building, layout design, styling, user navigation, networking, offline data persistence, authentication, push notifications, app distribution, debugging, reusable components, animations, and map views. Each topic includes specific components and techniques to be explored and implemented.
- Borders - Shadows - Paddings and Margins - Styling Text - Encapsulating Styles - Icons - Platform-specific Code - Organizing Styles - UI Libraries TOPIC 5: Input Components and Forms TOPIC 6: Navigating users between screens & topic 11 TOPIC 7: Networking (Using outside APIs) - Fetching Data - Simulating a Slow Connection - Tracking Upload Progress - Adding a Progress Bar
TOPIC 8: Offline data persistence
- Strategies for Building Offline Capable Apps - Detecting Network Status - Caching - AsyncStorage - Caching with Redux - Storing User Actions When Offline - Showing an Offline Notice
TOPIC 9: Implement authentication and authorization
TOPIC 10: Send and receive push notifications TOPIC 11: Distribution - Optimizing assets - Optimizing javascript bundle - Publishing - Building standalone apps - Building the IOS Apps - Distributing to App store - Building the Android app - Distributing google play store - Over the air updates
TOPIC 12: Debugging react app
- Logging - Debugging in Chrome - Debugging in VSCode
TOPIC 13: Building reusable components and State management in react components TOPIC 14: Animations with react native TOPIC 15: Map Views in react native