From e311ca283cf0af39a832166e7d8d930fb863892d Mon Sep 17 00:00:00 2001 From: Athex Web3 Date: Fri, 29 Aug 2025 09:58:51 +0600 Subject: [PATCH 1/3] Added rn-toptabs library to directory list --- react-native-libraries.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 57f042e12..6d693ba95 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16867,5 +16867,26 @@ "examples": ["https://github.com/mybigday/llama.rn/tree/main/example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/iymra-org/rn-toptabs", + "npmPkg": "rn-toptabs", + "examples": [ + "https://github.com/iymra-org/rn-toptabs?tab=readme-ov-file#usage-example", + ], + "images": ["https://github.com/iymra-org/rn-toptabs?tab=readme-ov-file#usage-example"], + "ios": true, + "android": true, + "web": false, + "windows": false, + "macos": false, + "tvos": false, + "visionos": false, + "expoGo": false, + "fireos": false, + "unmaintained": false, + "dev": false, + "template": false, + "newArchitecture": true } ] From f7de84a6436a27e56319df3f8605c484763b845f Mon Sep 17 00:00:00 2001 From: Athex Web3 Date: Fri, 29 Aug 2025 10:03:36 +0600 Subject: [PATCH 2/3] Added rn-toptabs library to directory --- react-native-libraries.json | 42 +++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 6d693ba95..fd96032bc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16869,24 +16869,26 @@ "android": true }, { - "githubUrl": "https://github.com/iymra-org/rn-toptabs", - "npmPkg": "rn-toptabs", - "examples": [ - "https://github.com/iymra-org/rn-toptabs?tab=readme-ov-file#usage-example", - ], - "images": ["https://github.com/iymra-org/rn-toptabs?tab=readme-ov-file#usage-example"], - "ios": true, - "android": true, - "web": false, - "windows": false, - "macos": false, - "tvos": false, - "visionos": false, - "expoGo": false, - "fireos": false, - "unmaintained": false, - "dev": false, - "template": false, - "newArchitecture": true - } + "githubUrl": "https://github.com/iymra-org/rn-toptabs", + "npmPkg": "rn-toptabs", + "examples": [ + "https://github.com/iymra-org/rn-toptabs?tab=readme-ov-file#usage-example" + ], + "images": [ + "https://raw.githubusercontent.com/iymra-org/rn-toptabs/main/example.gif" + ], + "ios": true, + "android": true, + "web": false, + "windows": false, + "macos": false, + "tvos": false, + "visionos": false, + "expoGo": false, + "fireos": false, + "unmaintained": false, + "dev": false, + "template": false, + "newArchitecture": true +} ] From 5e7ce47bbbc047eab9ca8f23a0c07929541633b3 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Fri, 29 Aug 2025 09:11:07 +0200 Subject: [PATCH 3/3] Update react-native-libraries.json --- react-native-libraries.json | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index fd96032bc..e0952ebf8 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16869,26 +16869,12 @@ "android": true }, { - "githubUrl": "https://github.com/iymra-org/rn-toptabs", - "npmPkg": "rn-toptabs", - "examples": [ - "https://github.com/iymra-org/rn-toptabs?tab=readme-ov-file#usage-example" - ], - "images": [ - "https://raw.githubusercontent.com/iymra-org/rn-toptabs/main/example.gif" - ], - "ios": true, - "android": true, - "web": false, - "windows": false, - "macos": false, - "tvos": false, - "visionos": false, - "expoGo": false, - "fireos": false, - "unmaintained": false, - "dev": false, - "template": false, - "newArchitecture": true -} + "githubUrl": "https://github.com/iymra-org/rn-toptabs", + "images": [ + "https://raw.githubusercontent.com/iymra-org/rn-toptabs/main/example.gif" + ], + "ios": true, + "android": true, + "newArchitecture": true + } ]