Skip to content

Commit 243b9d7

Browse files
authored
add few new libraries (#2375)
1 parent 8f41a3e commit 243b9d7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

react-native-libraries.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20471,5 +20471,38 @@
2047120471
"examples": ["https://github.com/chocky335/react-native-swipeable-actions/tree/main/example"],
2047220472
"ios": true,
2047320473
"android": true
20474+
},
20475+
{
20476+
"githubUrl": "https://github.com/OxyHQ/Bloom",
20477+
"npmPkg": "@oxyhq/bloom",
20478+
"ios": true,
20479+
"android": true,
20480+
"web": true
20481+
},
20482+
{
20483+
"githubUrl": "https://github.com/JubaKitiashvili/expo-pretext",
20484+
"examples": ["https://github.com/JubaKitiashvili/expo-pretext/tree/main/example"],
20485+
"ios": true,
20486+
"android": true,
20487+
"web": true
20488+
},
20489+
{
20490+
"githubUrl": "https://github.com/radughitescu/react-native-permission-handler",
20491+
"examples": [
20492+
"https://github.com/radughitescu/react-native-permission-handler/tree/main/example"
20493+
],
20494+
"ios": true,
20495+
"android": true
20496+
},
20497+
{
20498+
"githubUrl": "https://github.com/software-mansion-labs/react-native-nano-icons/tree/main/packages/react-native-nano-icons",
20499+
"examples": [
20500+
"https://github.com/software-mansion-labs/react-native-nano-icons/tree/main/examples/BareReactNativeExample",
20501+
"https://github.com/software-mansion-labs/react-native-nano-icons/tree/main/examples/ExpoExample"
20502+
],
20503+
"ios": true,
20504+
"android": true,
20505+
"web": true,
20506+
"configPlugin": true
2047420507
}
2047520508
]

0 commit comments

Comments
 (0)