Import and Export SQLite Database in Expo Native and Web
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
Series of tutorials for expo react-native. App evolves from making expo-sqlite possible to test on NodeJS to porting it to web. I explore other storage solutions like IndexedDb and SQL.js. Demo app is just a simple todo list app. Code is opensourced on GitHub and organized into chapters https://github.com/amarjanica/react-native-sqlite-expo-demo
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
In my previous react native sqlite series, I've shown how you can use different storage providers for your app, and most importantly how you can integrate expo-sqlite, test it and make it work from...
How to use shared actions in Redux for resetting a global state when there are multiple reducers in play....
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....