marthaegrimaldi/food-ordering-app-react-native

Favorite button in store details is unresponsive and does not reflect favorite status in Enatega app

Open

#521 opened on Jul 30, 2025

 (0 comments) (0 reactions) (0 assignees)JavaScript (18 forks)auto 404
Enatega MultiVendor Customer Appbuggood first issue

Repository metrics

Stars
 (30 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug The favorite button inside the store details page in the Enatega application does not respond to clicks as expected. When tapped, it neither changes its color nor displays a confirmation message indicating the store has been added to the favorites list.

To Reproduce Steps to reproduce the behavior:

Open the Enatega app on an Android device. Navigate to any store’s detail page. Tap the favorite (heart) button. Observe that the button does not change color or provide any visual or textual feedback. Expected behavior Clicking the favorite button should toggle its state (e.g., change color to indicate selection) and optionally display a message such as "Store added to favorites" or "Removed from favorites."

Screenshots

XRecorder_20250505_01.mp4 Smartphone (please complete the following information):

Device: Samsung A15

OS: Android

Additional context This might be due to a missing state update or UI feedback logic not being triggered upon click. It affects user experience by giving no indication that the action has been completed.

Contributor guide