Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ single reference combination continuously exercised by this repository. See
Install an exact RC when reproducing or approving behavior:

```bash
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.4
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.5
```

Release candidates may still receive contract fixes before 2.0 stable. Do not
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/guide/release-readiness.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract corrections before 2.0 stable.
Pin the repository's current reference combination:

```bash
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.4
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.5
```

## Declared support
Expand All @@ -51,7 +51,7 @@ combination is continuously exercised.

## Tested reference stack

The 2.0.0-rc.4 repository currently builds and runs its consumer contracts with
The 2.0.0-rc.5 repository currently builds and runs its consumer contracts with
this reference stack. This is evidence of the continuously exercised path, not
the full peer range.

Expand All @@ -65,7 +65,7 @@ the full peer range.
| JavaScript toolchain | Node 24.18.0, Yarn 4.9.4 | CI and E2E bootstrap |
| Expo config plugin | Expo 57 development dependency | Plugin/type tests; validate a real development build for the SDK used by your app |

Reference last reviewed for `2.0.0-rc.4` on **2026-08-27**. Consult the current
Reference last reviewed for `2.0.0-rc.5` on **2026-08-27**. Consult the current
example package and E2E workflow if this page and the installed release differ.

## Known limits
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guide/upgrade-from-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a branch and keep the currently deployed 1.x version available for rollback.
4. Pin the RC rather than following a moving tag:

```bash
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.4
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.5
```

5. Reinstall pods, rebuild both native apps, and run
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/v2/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ single reference combination continuously exercised by this repository. See
Install an exact RC when reproducing or approving behavior:

```bash
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.4
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.5
```

Release candidates may still receive contract fixes before 2.0 stable. Do not
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/v2/guide/release-readiness.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract corrections before 2.0 stable.
Pin the repository's current reference combination:

```bash
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.4
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.5
```

## Declared support
Expand All @@ -51,7 +51,7 @@ combination is continuously exercised.

## Tested reference stack

The 2.0.0-rc.4 repository currently builds and runs its consumer contracts with
The 2.0.0-rc.5 repository currently builds and runs its consumer contracts with
this reference stack. This is evidence of the continuously exercised path, not
the full peer range.

Expand All @@ -65,7 +65,7 @@ the full peer range.
| JavaScript toolchain | Node 24.18.0, Yarn 4.9.4 | CI and E2E bootstrap |
| Expo config plugin | Expo 57 development dependency | Plugin/type tests; validate a real development build for the SDK used by your app |

Reference last reviewed for `2.0.0-rc.4` on **2026-08-27**. Consult the current
Reference last reviewed for `2.0.0-rc.5` on **2026-08-27**. Consult the current
example package and E2E workflow if this page and the installed release differ.

## Known limits
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/v2/guide/upgrade-from-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a branch and keep the currently deployed 1.x version available for rollback.
4. Pin the RC rather than following a moving tag:

```bash
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.4
yarn add react-native-nitro-modules@0.35.10 react-native-nitro-geolocation@2.0.0-rc.5
```

5. Reinstall pods, rebuild both native apps, and run
Expand Down
2 changes: 1 addition & 1 deletion examples/v0.81.1/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- hermes-engine (0.81.1):
- hermes-engine/Pre-built (= 0.81.1)
- hermes-engine/Pre-built (0.81.1)
- NitroGeolocation (2.0.0-rc.4):
- NitroGeolocation (2.0.0-rc.5):
- boost
- DoubleConversion
- fast_float
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native-nitro-geolocation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# react-native-nitro-geolocation

## 2.0.0-rc.5

### Patch Changes

- 95e7509: Require Rozenite 2.2 and upgrade the DevTools package and example host. Mock
watches now preserve the v2 per-subscription distance, Android interval,
`maxUpdates`, and idempotent cleanup contracts. The default Seoul fixture is
available immediately, and DevTools activation is released when the hook
unmounts.
- 5e65d79: Simplify API terminology across package documentation, migration tooling,
examples, and internal implementation names while keeping the Compat API
unchanged.

## 2.0.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-geolocation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nitro-geolocation",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "Nitro-powered native geolocation for React Native apps",
"main": "src/index",
"source": "src/index",
Expand Down
16 changes: 16 additions & 0 deletions packages/rozenite-devtools-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @react-native-nitro-geolocation/rozenite-plugin

## 2.0.0-rc.0

### Major Changes

- 95e7509: Require Rozenite 2.2 and upgrade the DevTools package and example host. Mock
watches now preserve the v2 per-subscription distance, Android interval,
`maxUpdates`, and idempotent cleanup contracts. The default Seoul fixture is
available immediately, and DevTools activation is released when the hook
unmounts.

### Patch Changes

- 5e65d79: Simplify API terminology across package documentation, migration tooling,
examples, and internal implementation names while keeping the Compat API
unchanged.

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rozenite-devtools-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-nitro-geolocation/rozenite-plugin",
"version": "1.1.2",
"version": "2.0.0-rc.0",
"description": "react-native-nitro-geolocation devtools plugin with rozenite",
"type": "module",
"main": "./dist/react-native/index.cjs",
Expand Down