How I Debug Expo Production Bugs
Debugging production apps is not fun, often cryptic and tedious. It's hard because you can't just put a breakpoint on it and debug in a clean way, you can't always...
Debugging production apps is not fun, often cryptic and tedious. It's hard because you can't just put a breakpoint on it and debug in a clean way, you can't always...
Github actions makes it easy to run ci/cd, but working with secrets is a mess. You can write them, but you can’t read them. You cannot echo them, GitHub obfuscates them. Sure, it’s...
I'm sometimes working on a long running feature branch. And sometimes I need to add some github actions workflow that needs to be run manually, and is specific to that feature. I create a...
This guide focuses on configuring subscriptions in an Expo app for both iOS and Android. In this walkthrough, I’m using RevenueCat with Expo SDK 53. The code builds on earlier Firebase integration examples. Repo is...
When working with Expo EAS cloud builds, I often run into similar issues like I do with GitHub actions, and debugging takes equally slow. Fortunately, I can ssh to Expo cloud runner. There are many reasons...
This guide covers from configuring the Admob account, setting up ios and android for expo managed workflow. I'm using https://github.com/invertase/react-native-google-mobile-ads. Configure Admob Go to your Admob account and click to...