•
difficulty (Easy, Medium, Hard)
•
.
folding Time: convert from minutes into hours and minutes, using the rules:
°
о
If both hours and minutes exist, show as "X hour(s) Y minute(s)" (e.g., 80 →
"1 hour 20 minutes").
If only hours exist, show as "X hour(s)" (e.g., 60→"1 hour").
。 If only minutes exist, show as "X minute(s)" (e.g., 50 → "50 minutes").
colors (shown as badges or tags for multiple colors)
•
designer
Zoom
- FUO
•
isSingleSheet (styled same as on Home screen)
Additionally:
.
Display the favorite state
Allow toggling the favorite state (add/remove from Favorite list)
Design and arrange this screen as neatly and efficiently as possible.
Task 4. Implement some actions at the Favorite screen.
1. (0.5 marks) On the Favorite screen, display the list of origami models stored in
AsyncStorage.
2. (0.75 marks) Allow changing the favorite state of individual models or all models (e.g.,
remove a single model or clear the entire list) by confirming a notification. The screen
should update the favorite list after the action is successfully completed.
3. (0.25 marks) Clicking a model's image should navigate to the Detail screen.
+ 100%
Close