Releases: GSTJ/react-native-code-push-plugin
Releases · GSTJ/react-native-code-push-plugin
Release list
v1.0.13
v1.0.12
1.0.12 (2026-07-27)
- format the repo with oxfmt (1e7a566)
Bug Fixes
- android: apply codepush.gradle without an
apply from:anchor (7d29583), closes #26 - android: hook CodePush into MainApplication's ReactHost (0519cd7)
- build: keep tsc's incremental cache out of the emit path (2fe3574)
- lint: clear the magic oxlint preset (aa671ac)
Code Refactoring
- android: take ResourceXML from expo/config-plugins (91b76ce)
- declare PluginConfigType as a type alias (cc67b2a)
- kebab-case filenames (6c0ef7a)
Documentation
- ci: note the check-approval gate on release PRs (#23) (3330f5e)
- say which SDKs prebuild is tested against (641ad2c), references #import
- tooling: refresh the config comments for 1.2.0 (39242cc)
Build System
- deps: bump the magic packages to 1.1.0 (327fa39)
- deps: bump the magic packages to 1.2.0 (39b11d7)
- deps: move to pnpm and swap eslint/prettier for the magic stack (8a40864)
Continuous Integration
- call the shared workflow by tag instead of @main (#29) (46cc903)
- lint: make a stale disable directive fail the build (fd29026)
- run the checks through GSTJ/magic and pnpm (2a13c39)
Chores
v1.0.11
v1.0.10
v1.0.9
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.
1.0.7
What's Changed
- Kotlin java semicolon build error by @arpankumarlahiri in #7
New Contributors
- @arpankumarlahiri made their first contribution in #7
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- Update README.md by @mgscreativa in #3
- Update dependencies by @mgscreativa in #6
- feat: add expo 50 support by @GSTJ in #5
New Contributors
- @mgscreativa made their first contribution in #3
Full Changelog: https://github.com/GSTJ/react-native-code-push-plugin/commits/1.0.6