Social Icons

Ana Bujan

2 min read

How to Debug Expo EAS Builds

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...

4 min read

Enabling Admob in Expo apps

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...

1 min read

Debug Github Actions Tips

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...