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 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