Recent
Latest Release Posts
Summary
- Automated PR previews with QR-code installs and fingerprint checks
- OTA branches batch updates to preview channels; version branches gate native releases
- Builds/submissions run only on labeled version branches; store release remains manual
Summary
- Pre-route deferred links via +native-intent
- Auth-safe single-shot link replay with DetourProvider
- Android uses Install Referrer; iOS uses probabilistic matching
Summary
- Unique bundle IDs enable side-by-side installs
- Use APP_VARIANT in app.config.ts to select identity and env
- Store variant envs in EAS and use eas env:pull
Summary
- Product-first growth
- Expo + EAS for OTA fixes
- ASO + UGC acquisition
Summary
- Use SKILL.md files for instructions
- Connect an MCP only when you need external data/actions
- Keep conversations under ~50% context and branch threads
Summary
- Wrap tabs with an outer (drawer) route group
- Limit swipeEdgeWidth to avoid gesture conflicts
- Use design tokens to prevent FOUC on theme switch
Summary
- AI shortens idea-to-product timelines
- Momentum amplifies individual builders
- Judgment and taste become the scarce skill
Summary
- SoftPOS integrated in an afternoon
- Three core SDK calls: initialize, authenticate, startCardPayment
- Expo config plugin + EAS removed native setup friction
Summary
- Built-on-Expo experience required
- Human-led technical outreach
- Learn GTM while helping engineers
Summary
- Apps convert ~3x better than mobile web
- Push notifications drive major engagement uplift
- Expo + AI enables one-codebase shipping fast
Summary
- Use an 8‑point visual checklist
- Provide screenshots and iterate with AI
- Treat AI output as a scaffold, not final
Summary
- expo-widgets is stable in SDK 56
- Widgets receive full WidgetEnvironment and no pre-rendering
- Configurable widgets and improved error handling
Summary
- Real-user startup & TTI metrics with device/context breakdowns
- Per-screen navigation metrics and OTA update download timing
- Free open beta (10k MAUs); post-beta free tier up to 1k MAUs
Summary
- EAS Workflows: compact mobile-first YAML and fingerprint/repack
- Use fingerprint + repack to skip full iOS builds and save hours daily
- Bitrise for mixed native + cross-platform teams; Codemagic for Flutter
Summary
- Enabled by default for local and EAS builds
- Begins migration from CocoaPods to SwiftPM
- Disable with EXPO_USE_PRECOMPILED_MODULES=0
Summary
- 70% faster module initialization
- 30% reduced time to first render
- Record conversions ~6x faster
Summary
- Switch to @react-native-vector-icons scoped packages
- Run codemod: npx @react-native-vector-icons/codemod
- Expect smaller bundles and no aliasing
Summary
- Observe: open-source production observability (public beta)
- SDK 56: speed wins — pre-compiled builds and Hermes V1, −40% Android cold start
- Agent + simulator integrations enable multimodal app inspection
Summary
- Swift calls JSI directly via Swift/C++ interop
- Objective-C++ glue removed; fewer copies and faster calls
- Interop is experimental—use prebuilt xcframework and APINotes
Summary
- Write inline Swift/Kotlin modules next to app code
- Auto-generate TypeScript interfaces with expo-type-information CLI
- Typegen limited to Swift on macOS; filenames must be unique