Jay Tong
Jay Tong
saw similar issues on Android 4 and turns out it's due to https://github.com/facebook/react-native/issues/23151. Hopefully this resolves the issue for some of you.
@StarryFire From the thread, someone posted a [gist](https://gist.github.com/patrickhammond/0b13ec35160af758d98c) with a workaround. It doesn't give many details on why it's needed, so here's Android's documentation about [security provider](https://developer.android.com/training/articles/security-gms-provider?authuser=1). One thing I'd...
seeing a similar issue where autofocus prop set to true isn't focused on load. currently using a workaround with `ref` hook and `setTimeout`
Any update on this? I'm currently using custom defined upsert functions and calling them via supabase.rpc, but would much prefer standardizing to use gql mutations everywhere.