From e64f538b4af503d08ad3dfd55491b3abd027bd6b Mon Sep 17 00:00:00 2001 From: Mehul K Jetani <102500984+mehuljetani@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:42:44 +0530 Subject: [PATCH] Add react-native-animated-tab (#1295) --- react-native-libraries.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index aac9f004..7e5636e8 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12052,5 +12052,13 @@ ], "ios": true, "android": true - } + }, + { + "githubUrl": "https://github.com/mehuljetani/react-native-animated-tab", + "examples": [ + "https://github.com/mehuljetani/react-native-animated-tab/tree/main/example" + ], + "ios": true, + "android": true +} ]