Relative Content

Tag Archive for react-nativeexposupabasesupabase-js

Why is my Supabase query in my Expo app coming back empty?

As part of our dev bootcamp my team and I have been thrown in the deep end for our final project and tasked with creating an app using tech that we’re unfamiliar with. We decided to spike Expo for front-end and Supabase for backend. I created a basic Expo project using the navigation template. Initialised the database in the project and imported the type files generated by Supabase. I’ve then tried to query the database in reviews.tsx but when I log ‘data’ I get an empty array back.