Results 14 comments of Drew Templeton

This would be great as well so that larger uploads wouldn't be officially rolled out until they are entirely complete. My current build has a static folder with about 4gb...

Thanks for doing this @thorwebdev! Helping me get a head start on how to update auth with the new Supabase v2 lib.

Is there a fix to this? It would be nice to not have the content scrolled to the top when its stuck/unstuck.

I am able to initialize multiple trackers with ```javascript ReactGA.initialize([ { trackingId: "UA-XXXX-1", gaOptions: { name: "trackerName" }, }, { trackingId: "UA-XXXX-2" } ]); ``` ---------------------------------------------------------------- However not all methods...

> replace `keyExtractor={(item, index) => index.toString()}` to `keyExtractor={(item, index) => item.xxxKey}` ^ Not using the index as the keyExtractor fixed this on my end. Which makes sense since you are...

I am experiencing this as well. I have a tab navigator, each that renders their own stack navigator. Not sure what the error is, as the app just freezes as...

Views would be awesome. Weve ended up heading towards using Graphql with Supabase and our existing db leverages RLS and views pretty heavily so there is a lot of data...

> I expect the PR referenced above is going to merge tomorrow. > > > > If anyone is interested in trying out this feature and providing feedback before the...

@olirice - Is this only available in a hosted Supabase environment? I tried following the installation process for this repo to get access to the views in my local dev...

We are running into this issue as well using Expo. We have a `SENTRY_AUTH_TOKEN` as a global env var in our organization's settings in Expo. Error ``` Script has ambiguous...