0% 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.
Copyright
© © All Rights Reserved
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% 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.
Copyright
© © All Rights Reserved
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
You are on page 1/ 2

REACT NATIVE GROUP WORK ASSIGNMENT

TOPIC 1: Core Components and APIs & topic 13


- View
- Text
- Image
- Touchables
- Button
- Alert
- StyleSheet
- Platform-specific Code

TOPIC 2: List building & topic 14


- FlatList
- Separators
- Handling Selections
- Handling Swipes
- Deleting an Item
- Implementing Pull to Refresh

TOPIC 3: Build layouts & topic 15


- Dimensions
- Detecting Orientation Changes
- Flexbox
- Absolute and Relative Positioning

TOPIC 4: Apply styles to your components & top 12


- 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

You might also like