Chris Frewin

Results 79 comments of Chris Frewin

@anderpaz - What version of react native are you on? I'm desperately trying to get this library installed. I've upgraded to react native 0.70.0, maybe that is the issue?

Another thing I noted, I have two function hooks of identical name and trigger table (let's call them `my_cool_trigger` and `my_cool_table` for illustration, in both my staging and production branch....

Ah, now I've found further documentation on a different page about migrations: https://supabase.com/docs/guides/database#migrate-the-database Specifically the 7 steps listed: ``` 1. Run ALTER ROLE postgres SUPERUSER in the old project's SQL...

@hamzasajid1995 - do we set `disableIntervalMomentum` as a prop right on the component? It doesn't appear in the typings...

@matteobruni - this could potentially be done, but as you said, `canvas` can't be used in React Native. Instead, we'd have to port the existing logic to something like React...

@dsherret @tmtron - I can confirm this occurs with my project well, and is indeed somehow solved when you have a 'dummy' import in the files you want to fix...

@jdfm - ahhh, so it was just the leading comment in the file? I didn't think of that, my example as well has a comment line at the top of...

@jdfm - that's true; I didn't think about things like linters or licenses.

Definitely! I've assigned you.

@Hariharan-Ingersal - sure. But please make the value of it the interval ID - and then we should also be sure to remove the interval on hook unmount. I'm not...