Can’t render data from supabase to react native mobile app
i have created my table in supabase
How to Fetch Data from Supabase Backend Every Re-render in React Native?
I’m trying to get my library app to fetch data from backend every time a change is made to the database. For example, if the user deletes a library from the database, I want the dropdown with the selection of libraries to update and remove the deleted library from the list.