vitest-mobile@0.3.1
Patch Changes
-
846d725: Pin
install-expo-modulesto0.14.21so the Expo autolinking step
succeeds on Linux runners (Android-only CI).install-expo-modules@0.14.18(the version currently published behind
upstream'slatesttag) ships without theprocess.platform === 'darwin'
gate around its finalpod install --repo-updatestep, so on Linux it
crashes withENOENT spawn podand bootstrap aborts before
patchAppDelegateForExpocan run.0.14.21(newest stable) has the gate
restored. Switch from@latestto a pinned version so we pick up the
fix regardless of whichinstall-expo-modulesversion upstream tags as
latestnext.