From 7d2b5f962c6b4825eeb79e297c5eb465ff1b9cd7 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 4 Sep 2025 15:17:10 +0200 Subject: [PATCH] Add `react-native-mmkv` @beta + nitromodules alongisde the stable version --- libraries.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libraries.json b/libraries.json index 19db756..ffb824e 100644 --- a/libraries.json +++ b/libraries.json @@ -111,12 +111,20 @@ "maintainersUsernames": [], "notes": "" }, - "react-native-mmkv": { + "react-native-mmkv (@stable)": { "description": "The fastest key/value storage for React Native", "installCommand": "react-native-mmkv", "android": true, "ios": true, - "maintainersUsernames": [], + "maintainersUsernames": ["mrousavy"], + "notes": "" + }, + "react-native-mmkv (@beta) + nitro-modules": { + "description": "The fastest key/value storage for React Native", + "installCommand": "react-native-mmkv@beta react-native-nitro-modules", + "android": true, + "ios": true, + "maintainersUsernames": ["mrousavy"], "notes": "" }, "react-native-screens": {