
Singapore renovation escrow payment platform, MAS-regulated with funds custodied at DBS Bank, 2,000+ projects protected.
- Unified two React Native apps that had diverged by 2,300+ commits into a pnpm and Turborepo monorepo with shared UI and core packages, ending the hand-copying of 714 source files maintained in duplicate.
- Upgraded the app from React Native 0.71 to 0.77 (Expo 48 to 52, Reanimated 2 to 3), unblocking Android 16 KB page size compliance and keeping the app shippable on Play Store.
- Drove a 14-item performance audit across both apps, replacing a 256-branch icon lookup chain with an O(1) memoized map and virtualizing a feed that rendered 1,700-line cards inside a ScrollView.
- Sustained 99%+ crash-free sessions across iOS and Android while closing 20+ production defects from a reliability audit, spanning crashes, memory leaks, and unguarded writes on the payout path, instrumented with Sentry and Datadog.









