v1.0.8
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.