Thegabbanator

Results 155 comments of Thegabbanator

Automatic config here: https://www.reddit.com/r/reactnative/s/hCNHonoJes

Now that I'm logging on iPhone I'm seeing that there is no totalBytes being fired on iOS at all. Seems like this is a known issue that was posted a...

@nadetastic I would assume both. For sure physical devices, but it can be reproduced in iOS simulator for sure

Fantastic, thank you @soberm. Strange issue that I never noticed before. Maybe it was a change in the more recent future. Let me know if you need me to try...

@soberm Any update on this? Just checking in. Still just seems to be a problem on Android.

> Hey @ChristopherGabba - thanks for the issue. I'm traveling right now so I'll take a look soon, but it may be closer to the end of the week. Not...

@coolsoftwaretyler That would be great, I'm kind of indifferent on what the API looks like. What you are proposing is this? ```typescript import { Instance, SnapshotIn, SnapshotOut, types, removeRef }...

+1 on this, I have `CameraRuntimeError`'s every now and then when another task interrupts the camera. Not 100% sure if this would fix the problem, but it couldn't hurt! Sometimes,...

I can confirm that if you use the latest v6 packages: ```tsx //package.json "@react-navigation/bottom-tabs": "6.6.1", "@react-navigation/native": "6.1.18", "@react-navigation/native-stack": "6.11.0", ``` The issue goes away.