Publish Expo app to TestFlight with Github Actions
How to publish to app store if you don't own a Mac. Steps to publish the app. You need your laptop, patience and GitHub actions....
How to publish to app store if you don't own a Mac. Steps to publish the app. You need your laptop, patience and GitHub actions....
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...
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...
Article is about bridging my demo sqlite app to work in web, and extends the concepts and implementation detailed in...
While working with expo-sqlite, I ran into few challenges: database migrations, integration testing, and strange resource locks and connection exceptions....