How to trigger an update request only if a user changes settings in a modal (React Native Expo 52 with Redux)?
I’m working on a React Native application using Expo SDK 52. In my app, I have a modal that allows users to update certain settings. The values in the modal are managed using a Redux slice. Here’s what I want to achieve: