Skip to content

Commit 16ff2f5

Browse files
authored
add few new libraries (#2345)
1 parent 1f257d0 commit 16ff2f5

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

react-native-libraries.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20312,5 +20312,52 @@
2031220312
"web": true,
2031320313
"expoGo": true,
2031420314
"newArchitecture": true
20315+
},
20316+
{
20317+
"githubUrl": "https://github.com/cometchat/cometchat-uikit-react-native/tree/v5/packages/ChatUiKit",
20318+
"npmPkg": "@cometchat/chat-uikit-react-native",
20319+
"examples": [
20320+
"https://github.com/cometchat/cometchat-uikit-react-native/tree/v5/examples/SampleApp",
20321+
"https://github.com/cometchat/cometchat-uikit-react-native/tree/v5/examples/SampleAppAI",
20322+
"https://github.com/cometchat/cometchat-uikit-react-native/tree/v5/examples/SampleAppExpo",
20323+
"https://github.com/cometchat/cometchat-uikit-react-native/tree/v5/examples/SampleAppWithPushNotifications"
20324+
],
20325+
"ios": true,
20326+
"android": true,
20327+
"newArchitecture": true
20328+
},
20329+
{
20330+
"githubUrl": "https://github.com/Vadko/react-native-file-viewer-turbo",
20331+
"examples": ["https://github.com/Vadko/react-native-file-viewer-turbo/tree/main/example"],
20332+
"ios": true,
20333+
"android": true,
20334+
"newArchitecture": "new-arch-only"
20335+
},
20336+
{
20337+
"githubUrl": "https://github.com/dariyd/react-native-document-scanner",
20338+
"npmPkg": "@dariyd/react-native-document-scanner",
20339+
"examples": ["https://github.com/dariyd/react-native-document-scanner/tree/main/example"],
20340+
"images": [
20341+
"https://raw.githubusercontent.com/dariyd/react-native-document-scanner/main/assets/android_demo.gif",
20342+
"https://raw.githubusercontent.com/dariyd/react-native-document-scanner/main/assets/ios_demo.gif"
20343+
],
20344+
"ios": true,
20345+
"android": true,
20346+
"newArchitecture": true
20347+
},
20348+
{
20349+
"githubUrl": "https://github.com/damix00/expo-screen-corner-radius",
20350+
"examples": ["https://github.com/damix00/expo-screen-corner-radius/tree/main/example"],
20351+
"ios": true,
20352+
"android": true,
20353+
"newArchitecture": true
20354+
},
20355+
{
20356+
"githubUrl": "https://github.com/codewithyasirarafath/expo-playcore-in-app-update",
20357+
"images": [
20358+
"https://raw.githubusercontent.com/codewithyasirarafath/expo-playcore-in-app-update/main/assets/immediate_flow.png"
20359+
],
20360+
"android": true,
20361+
"newArchitecture": true
2031520362
}
2031620363
]

0 commit comments

Comments
 (0)