You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promote v6.0.0-rc.12 to GA (v6.0.0) and update project docs accordingly. Changes: update CHANGELOG to announce v6.0.0 release; revise README to reflect v6 as the stable GA line, clarify platform requirements (Nitro, RN 0.80+, Node 18+, react-native-nitro-modules), remove the @next install guidance and update messaging about v5.6.x maintenance; and adjust docs/EXPO.md compatibility table to mark 6.0.x as GA and note maintenance-only status for 5.6.x.
First stable release of the Nitro-based v6 line. Promotes `6.0.0-rc.12` to GA with no API changes — the release notes below summarize everything new since the v5 line.
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,12 @@ Modern secure storage for React Native, powered by Nitro Modules. Version 6 ship
13
13
> [!WARNING]
14
14
> Version 6 drops Windows support. The module now targets Android plus the Apple platforms (iOS, macOS, visionOS, watchOS).
15
15
16
-
> [!IMPORTANT]
17
-
> This README tracks the in-progress v6 work on `master`. For the stable legacy release, switch to the `v5.x` branch.
18
-
19
16
> [!NOTE]
20
17
> **Choosing between 5.6.x and 6.x**
21
18
>
22
-
> -**Need bridge stability?**`5.6.x` is the last pre-Nitro release with the latest biometric fixes, docs, and Android namespace cleanups. It’s drop-in for any `5.5.x` app already running on React Native’s Fabric architecture, but you keep the legacy JS bridge overhead—Paper is no longer supported.
23
-
> -**Ready for Nitro speed?**`6.x`swaps in the Nitro hybrid core, auto-enforces Class 3/StrongBox biometrics, and ships the refreshed sample app plus richer metadata. Upgrade when you can adopt the Nitro toolchain (RN 0.76+, Node 18+, `react-native-nitro-modules`).
24
-
> -**Staying back on 5.5.x?** You remain on the legacy (Paper) architecture and miss the Android 13 prompt fixes, the manual credential fallback restoration, and the new docs—migrate to `5.6.x` at minimum before planning the Nitro jump.
19
+
> -**Want the latest stable?**`6.x` is the current GA line. It runs on the Nitro hybrid core, auto-enforces Class 3/StrongBox biometrics, ships first-class hooks, and exposes rich metadata for every entry. Requires the Nitro toolchain (RN 0.80+, Node 18+, `react-native-nitro-modules`, New Architecture enabled).
20
+
> -**Need bridge stability?**`5.6.x`is the last pre-Nitro release on the legacy JS bridge. It still receives critical security fixes but no new features — pin to it only if you cannot enable the New Architecture yet.
21
+
> -**Staying back on 5.5.x?** You miss the Android 13 prompt fixes and the manual credential fallback restoration — migrate to `5.6.x` at minimum before planning the jump to 6.x.
25
22
26
23
## Table of contents
27
24
@@ -70,13 +67,13 @@ Modern secure storage for React Native, powered by Nitro Modules. Version 6 ship
0 commit comments