Skip to content

v1.0.8

Choose a tag to compare

@GSTJ GSTJ released this 25 Jul 20:18
6ab6f1d

Fixes the expo monorepo path resolution reported in #9.

codepush.gradle and the codepush android project are now resolved through node instead of hardcoded ../../node_modules paths, so hoisted and pnpm workspace setups stop failing with "Could not read script".

If you're upgrading from an older version, run expo prebuild --clean (or delete the old hardcoded apply line yourself). The idempotency guard won't rewrite it for you.