Failing to fetch data from tables in expo
I am creating a react native app with expo. I am using supabase for the first time and I wanted to fetch data from one of my tables, this is the function I am using to try it out:
and then I called it with onPress in a TouchableOpacity and it returns this:
What am I doing wrong?
P.S. The table in the table editor is in the attached image.
and then I called it with onPress in a TouchableOpacity and it returns this:
What am I doing wrong?
P.S. The table in the table editor is in the attached image.
