Skip to content

Development journal

Posts tagged: Hermes

Published notes filed under this topic.

RSS feed
Expo and React Native iOS

How to run your first iOS build of an Expo app in a pnpm monorepo

14 min read

Written by: Jonathan Reis on

Step by step how I ran the first iOS build of an Expo app (Sudoku) that already built on Android, in a pnpm monorepo: prebuild, pod install, xcodebuild Release, simulator. Includes the three traps that block the build (babel, Hermes prebuilt, Firebase mock) and how to fix each one in versioned source files.