Skip to content

Commit 893b047

Browse files
authored
add few new libs (#2390)
1 parent e182f86 commit 893b047

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

react-native-libraries.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20561,5 +20561,47 @@
2056120561
"android": true,
2056220562
"newArchitecture": true,
2056320563
"configPlugin": true
20564+
},
20565+
{
20566+
"githubUrl": "https://github.com/vipin14444/react-native-fluid-bottom-bar",
20567+
"images": [
20568+
"https://raw.githubusercontent.com/vipin14444/react-native-fluid-bottom-bar/main/media/showcase.webp"
20569+
],
20570+
"ios": true,
20571+
"android": true,
20572+
"newArchitecture": true
20573+
},
20574+
{
20575+
"githubUrl": "https://github.com/Tafsan-Mahmud/react-native-modern-shimmer",
20576+
"images": [
20577+
"https://raw.githubusercontent.com/Tafsan-Mahmud/react-native-modern-shimmer/main/assets/android-light.gif",
20578+
"https://raw.githubusercontent.com/Tafsan-Mahmud/react-native-modern-shimmer/main/assets/ios-light.gif",
20579+
"https://raw.githubusercontent.com/Tafsan-Mahmud/react-native-modern-shimmer/main/assets/android-dark.gif",
20580+
"https://raw.githubusercontent.com/Tafsan-Mahmud/react-native-modern-shimmer/main/assets/ios-dark.gif"
20581+
],
20582+
"ios": true,
20583+
"android": true,
20584+
"web": true,
20585+
"newArchitecture": true
20586+
},
20587+
{
20588+
"githubUrl": "https://github.com/adnxy/rnsec",
20589+
"dev": true,
20590+
"ios": true,
20591+
"android": true
20592+
},
20593+
{
20594+
"githubUrl": "https://github.com/arekkubaczkowski/expo-livekit-screen-share",
20595+
"ios": true,
20596+
"android": true,
20597+
"configPlugin": true
20598+
},
20599+
{
20600+
"githubUrl": "https://github.com/mashish584/react-native-cycle-text",
20601+
"images": [
20602+
"https://raw.githubusercontent.com/mashish584/react-native-cycle-text/master/media/cyclic-text.gif"
20603+
],
20604+
"ios": true,
20605+
"android": true
2056420606
}
2056520607
]

react-native-libraries.schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@
142142
"title": "Package is a Development Tool (should be installed as `devDependency` or used via `npx/bunx`)",
143143
"default": false
144144
},
145-
"template": {
146-
"$id": "#/items/properties/template",
147-
"type": "boolean",
148-
"title": "Entry is a project template",
149-
"default": false
150-
},
151145
"newArchitecture": {
152146
"$id": "#/items/properties/newArchitecture",
153147
"type": ["boolean", "string"],

0 commit comments

Comments
 (0)