Carter Pon
Results
2
comments of
Carter Pon
Hello, I'm having the same issue, but I might be able to add some insight. Here is my current takePicture function: `const takePicture = async () => { if (cameraRef.current)...
Hello, also experiencing this issue. Followed documentation on the Full Example from [Firebase Web: Upload Files](https://firebase.google.com/docs/storage/web/upload-files). During `const uploadTask = uploadBytesResumable(fileRef, blob, metadata);`, Expo Go on iOS crashes 90% of...