Hey supabase people, I am starting a new project i...
# javascript
k
Hey supabase people, I am starting a new project in react native and I wanted to know how’s yours experience with supabase inside react native? Did you had any issues connecting etc.?
o
Hi For now everything seem to work so far, but you need to know some people reported us connecting issues with React Native, and we still investigate it. You can fix a lot of issues by fixing them as say in this article: https://medium.com/@kelvinpompey.me/things-to-look-out-for-using-supabase-with-react-native-9638b23e98c2 @User
f
Seems to work flawlessly except for some auth token expiration related issues. If you're just starting out, can I shamelessly plug my template that I use on my personal projects? https://github.com/foysalit/expo-templates It has a lot of the initial boilerplate taken care of out of the box. there's also a branch with a full blown ecommerce app example built with supabase and expo/rn