From 8445917a1d28622df7bad03690021af81b5a2f68 Mon Sep 17 00:00:00 2001 From: Ryam <113596920+ryam-tw@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:16:46 +0630 Subject: [PATCH] chore: added react-native-totp-utils (#988) --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 132ce94d..3b444b17 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9585,5 +9585,13 @@ "githubUrl": "https://github.com/gbumps/react-native-screenguard", "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/4cc3ssX/react-native-totp-utils", + "examples": [ + "https://github.com/4cc3ssX/react-native-totp-utils/tree/main/example" + ], + "ios": true, + "android": true } ]