Skip to content

Commit ce3985d

Browse files
authored
add few new libraries to the directory, update renamed package (#2162)
1 parent b9061bc commit ce3985d

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

react-native-libraries.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18083,6 +18083,7 @@
1808318083
},
1808418084
{
1808518085
"githubUrl": "https://github.com/Flagsmith/flagsmith-js-client/tree/main/lib/react-native-flagsmith",
18086+
"npmPkg": "@flagsmith/react-native",
1808618087
"examples": ["https://github.com/Flagsmith/flagsmith-js-examples/tree/main/reactnative"],
1808718088
"ios": true,
1808818089
"android": true
@@ -19299,5 +19300,66 @@
1929919300
"ios": true,
1930019301
"android": true,
1930119302
"newArchitecture": true
19303+
},
19304+
{
19305+
"githubUrl": "https://github.com/0xZekeA/supastash",
19306+
"ios": true,
19307+
"android": true
19308+
},
19309+
{
19310+
"githubUrl": "https://github.com/seenn-io/react-native",
19311+
"npmPkg": "@seenn/react-native",
19312+
"ios": true,
19313+
"android": true
19314+
},
19315+
{
19316+
"githubUrl": "https://github.com/testshallpass/react-native-thumbnail-selector",
19317+
"examples": [
19318+
"https://github.com/testshallpass/react-native-thumbnail-selector/tree/main/example"
19319+
],
19320+
"images": [
19321+
"https://raw.githubusercontent.com/testshallpass/react-native-thumbnail-selector/main/assets/demo.gif"
19322+
],
19323+
"ios": true,
19324+
"android": true
19325+
},
19326+
{
19327+
"githubUrl": "https://github.com/callstackincubator/ai/tree/main/packages/apple-llm",
19328+
"npmPkg": "@react-native-ai/apple",
19329+
"examples": ["https://github.com/callstackincubator/ai/tree/main/apps/expo-example"],
19330+
"ios": true,
19331+
"newArchitecture": true
19332+
},
19333+
{
19334+
"githubUrl": "https://github.com/callstackincubator/ai/tree/main/packages/llama",
19335+
"npmPkg": "@react-native-ai/llama",
19336+
"examples": ["https://github.com/callstackincubator/ai/tree/main/apps/expo-example"],
19337+
"ios": true,
19338+
"android": true,
19339+
"newArchitecture": true
19340+
},
19341+
{
19342+
"githubUrl": "https://github.com/callstackincubator/ai/tree/main/packages/mlc",
19343+
"npmPkg": "@react-native-ai/mlc",
19344+
"ios": true,
19345+
"newArchitecture": true
19346+
},
19347+
{
19348+
"githubUrl": "https://github.com/callstackincubator/ai/tree/main/packages/dev-tools",
19349+
"npmPkg": "@react-native-ai/dev-tools",
19350+
"images": [
19351+
"https://raw.githubusercontent.com/callstackincubator/ai/main/website/src/public/dev-tools-preview.png"
19352+
],
19353+
"dev": true,
19354+
"ios": true,
19355+
"android": true,
19356+
"newArchitecture": true
19357+
},
19358+
{
19359+
"githubUrl": "https://github.com/luciqai/luciq-reactnative-sdk",
19360+
"npmPkg": "@luciq/react-native",
19361+
"examples": ["https://github.com/luciqai/luciq-reactnative-sdk/tree/master/examples/default"],
19362+
"ios": true,
19363+
"android": true
1930219364
}
1930319365
]

0 commit comments

Comments
 (0)