Marc Rousavy
Marc Rousavy
No sorry. No free time.
Closing since it seems like this discussion is resolved in your PR. Sorry for the inconvenience on the data loss.
hmm, are you using new arch?
I guess - I don't use Expo. Bare RN has new arch enabled by default for a long time now, not sure about Expo.
I think this has been fixed in [react-native-mmkv 4.x.x-beta](https://github.com/mrousavy/react-native-mmkv/releases/tag/v4.0.0-beta.0). You need to be on new architecture. Clean your cache and rebuild the native project.
Try react-native-vision-camera :)
I think this has been fixed in [react-native-mmkv 4.x.x-beta](https://github.com/mrousavy/react-native-mmkv/releases/tag/v4.0.0-beta.0).
Hey nice to see you around here! Yea there are 100k instead of 1 call, it was very late when I built this and I messed it up, lol. A...
I'm getting the same error on a realtime subscription; ```swift channel.onPostgresChange(AnyAction.self, table: "chat_members", filter: "user_id=eq.\(me.id)") { action in do { switch action { // ----- INSERT case .insert(let insert): print("Was...
Nevermind, sorry - I just rolled my own JSONDecoder which didn't work - I now found `PostgrestClient.Configuration.jsonDecoder` which does the trick. Maybe this should be added to the realtime docs,...