Question
Preparations: Use the Expo CLI or React Native CLI to build a React Native Project. For this assignment, you are designing a mini-app, and you
Preparations: Use the Expo CLI or React Native CLI to build a React Native Project. For this assignment, you are designing a mini-app, and you can choose any topic you want. The purpose of the application must be clear. Instruction 1 - State Management using React-Redux (25%): Your application must utilize Redux for its statement. It should add, remove, and modify items in the Redux store. You should avoid storing states in any components. Everything should be inside the Redux store. Instruction 2 - API fetch (25%): Your application must use fetch() to retrieve data from an API of your choice. The data should then be stored in the Redux store and displayed to the user in whatever way you see fit. Instruction 3 - Lists (25%): The app must utilize a SectionList or FlatList to display a list of data; This could be data from the API or a list of items allowing the user to perform a specific action when clickedfor example, a list of different cities, foods, pet names or employees. Instruction 4 - Layout using Flexbox (25 %): You must utilize the Flexbox to create responsive layouts that appropriately fit devices of different screen sizes.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started