#Expo

3 items tagged “Expo

TILMobile2 min read

Understanding React Native File URIs Before You Try to Upload One

TIL that a file:// URI from Expo's camera isn't a file you can send as-is — it's a path into a cache directory the OS can clear, and the upload code needs to treat it that way.

#React Native
TILMobile2 min read

Building React Native Apps with Expo: What the Managed Workflow Actually Buys You

TIL that starting a React Native app in Expo's managed workflow paid off immediately for camera/location access, but I still had to understand what 'ejecting' would cost before I needed it.

#React Native
ProjectsMobile App2 min read

Archery Garage Mobile App

Cross-platform event management application with location tracking and cloud backend.

#React Native