Skip to content

Releases: ZethicTech/react-native-update-gate

v0.2.4 — first npm publish

18 May 07:37

Choose a tag to compare

First npm publish of `@zethictech/react-native-update-gate`.

📦 npm: https://www.npmjs.com/package/@zethictech/react-native-update-gate/v/0.2.4

What's in this release

  • Modern Play App Update SDK 2.x on Android (IMMEDIATE flow)
  • Pure-JS iOS modal with iOS / Liquid Glass aesthetic
  • Server-driven version thresholds via `useUpdate({ minRequired, latestAvailable })`
  • TypeScript-first, React hooks API, themeable via `accent` prop
  • `SuggestUpdateBanner` with × dismiss + swipe-to-dismiss gesture
  • 33 Jest tests, strict TypeScript, ESM + CommonJS dual build
  • Provenance-signed publish via npm Trusted Publishing (OIDC)

Install

```sh
yarn add @zethictech/react-native-update-gate compare-versions
```

See the README for usage.