React Native / Expo
How to use GitHub Actions to Automate Expo EAS Builds and Releases
As you use Expo more and more, you’ll notice EAS builds can take a while to process. We’re going to look at how to automate EAS builds using GitHub Actions!
As you use Expo more and more, you’ll notice EAS builds can take a while to process. We’re going to look at how to automate EAS builds using GitHub Actions!
You may be wondering how to make custom App Icons for your apps made using Expo. It’s pretty simple, with just a few tweaks.
I’ve recently released a tiny game called Tappr. The whole idea of the game is to tap the circle and accumulate as many points as possible and climb the leaderboard. You can set a custom username and go head-to-head against other players to beat their scores.The leaderboard resets daily but Read more…
An app version being displayed in a Settings or About screen isn’t uncommon but how do we get that value from our React Native app built with Expo?
Most apps show the version number somewhere in the app, usually in the About or Settings screen. I recently wanted to add the ability for my users to see this version number too.