MobileApr 3, 2026·8 min read
Shipping a React Native App to the Google Play Store
A field guide from my production deployments — signing, release tracks, store assets and avoiding the common rejection traps.
This is a starter article body. The blog is wired up and SEO-ready — connect it to MDX, Contentlayer, or a headless CMS to publish full posts. Each post already generates its own static route, metadata, and sitemap entry.
Why this structure scales
Content lives in src/lib/data.ts today, but the routing is built so you can swap in real content sources without touching the UI. Static generation keeps it fast and great for search engines.
Next steps
Add your writing, plug in a syntax highlighter, and you have a production blog that matches the rest of the portfolio.