Publish Expo App to Google Play with GitHub Actions
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...
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.
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...
Discover 4 easy ways to remove video backgrounds, even without a green screen or high-end equipment. Works with basic setups!...
Inconsistent versioning and forgetting to increment the expo app version? Not great after spending 20 minutes for an app build....
I think that using Redux for complex state management has many benefits, including predictable state flow and easier debugging. I also think that the best way for the information to sync in is to show an...
I'm sure you've heard of Redux so far, and maybe you've come across articles...
Article is about bridging my demo sqlite app to work in web, and extends the concepts and implementation detailed in...