How to Debug EAS Cloud Builds
Solution for debugging EAS cloud builds is similar to what I do when I need to debug GitHub runners, I ssh to the cloud runner. There are various reasons for failing the eas cloud build -...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
Don't miss out and subscribe to my newsletter, or explore other ways to follow my content.
Solution for debugging EAS cloud builds is similar to what I do when I need to debug GitHub runners, I ssh to the cloud runner. There are various reasons for failing the eas cloud build -...
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...
Debugging GitHub actions, or any kind of CI runner, is time consuming. I usually mess up secrets that depend on exact structure, like private keys. First tip: use base64 to encode and decode secrets. Also, watch...
Getting Google login to work in Expo native and web isn't hard to code. It's the setup that trips you up. If you don't know what to watch out for....
T0 monetize your app in App Store, first step is to configure subscription/app pricing or in-app products in App Store Connect. Select your app and select Subscriptions from the sidebar. Like the notification at the...
T0 monetize your app in Play Store, first step is to configure subscription/app pricing or in-app products in Google Play Console. I'll be explaining the process for subscription. I usually create 2 kinds...