From 9d9e9d0ec8631e6d78994c492acfb39e50918730 Mon Sep 17 00:00:00 2001 From: hgardner-appfolio <92753924+hgardner-appfolio@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:51:59 -0500 Subject: [PATCH 1/2] Add CODEOWNERS assigning @appfolio/resident-mobile --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3a046aad --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @appfolio/resident-mobile From a952b5d5962d0ccf5ae472abc28891605cd8d218 Mon Sep 17 00:00:00 2001 From: hgardner-appfolio <92753924+hgardner-appfolio@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:52:00 -0500 Subject: [PATCH 2/2] Add catalog-info.yaml registering this repo in the Developer Portal --- catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..9200523a --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: react-native-mmkv-storage + title: react-native-mmkv-storage + description: AppFolio's fork of ammarahm-ed/react-native-mmkv-storage, an encrypted key-value storage framework for React Native. + tags: + - react-native + - nodejs +spec: + type: library + lifecycle: stable + owner: CODEOWNERS