How I Debug Expo Production Bugs
Debugging production apps is not fun, often cryptic and tedious. It's hard because you can't just put a breakpoint on it and debug in a clean way, you can't always...
Debugging production apps is not fun, often cryptic and tedious. It's hard because you can't just put a breakpoint on it and debug in a clean way, you can't always...
This guide focuses on configuring subscriptions in an Expo app for both iOS and Android. In this walkthrough, I’m using RevenueCat with Expo SDK 53. The code builds on earlier Firebase integration examples. Repo is...
Introduction to firebase setup for native, web and expo go. Yes, rn firebase won't work in expo go, but firebase for web will. Link to github example included....
This is needed only for the ios distribution of the app and results in rejected app if you don't have it, but have selected in your app privacy information in App Store Connect that...
Building an offline app isn’t just about working without an internet connection. It should also let users back up their data and import it on another device or platform. For example, I built a shopping...
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....