Deploying my Expo apps to Google Play — lessons learned
Deploying Expo apps to Google Play is mostly straightforward with minimal code changes required. Key challenges include adjusting font sizes for Android's rendering differences using a platform-specific scaling function, configuring keystores and Firebase integration with google-services.json, and finding testers through communities like Reddit and specialized testing apps. The Google Play review process proved smoother than iOS, with Firebase automatically handling Google Authentication setup for connected projects.