From 8cbda68863867f014e2cfe2e3b1daa14975fd919 Mon Sep 17 00:00:00 2001 From: moon Date: Mon, 8 Sep 2025 00:01:57 +0900 Subject: [PATCH] libraries: added @react-native-seoul/naver-login --- libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libraries.json b/libraries.json index 0073ca4..fc6ab2a 100644 --- a/libraries.json +++ b/libraries.json @@ -325,5 +325,13 @@ "ios": true, "maintainersUsernames": [""], "notes": "One of top most used libraries according to the npm stats" + }, + "@react-native-seoul/naver-login": { + "description": "One of the biggest SNS Auth Platform in Korea, Naver login for React Native", + "installCommand": "@react-native-seoul/naver-login", + "android": true, + "ios": true, + "maintainersUsernames": ["chanwoong528"], + "notes": "One of top most used libraries according to the npm stats" } }