Skip to content

Commit db19bb4

Browse files
authored
add few new libraries (#2212)
1 parent 6612af0 commit db19bb4

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

react-native-libraries.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@
744744
"githubUrl": "https://github.com/TheWidlarzGroup/react-native-video/tree/master/packages/react-native-video",
745745
"examples": [
746746
"https://github.com/TheWidlarzGroup/react-native-video/tree/master/example",
747-
"https://github.com/TheWidlarzGroup/react-native-video-tvos-example"
747+
"https://github.com/TheWidlarzGroup/react-native-video-tvos-example",
748+
"https://github.com/TheWidlarzGroup/react-native-video-feed"
748749
],
749750
"ios": true,
750751
"android": true,
@@ -19634,7 +19635,6 @@
1963419635
},
1963519636
{
1963619637
"githubUrl": "https://github.com/huextrat/expo-maps-routes",
19637-
"npmPkg": "expo-maps-routes",
1963819638
"android": true,
1963919639
"ios": true,
1964019640
"expoGo": true,
@@ -19657,5 +19657,43 @@
1965719657
"android": true,
1965819658
"expoGo": true,
1965919659
"newArchitecture": true
19660+
},
19661+
{
19662+
"githubUrl": "https://github.com/rygrams/xaui/tree/main/packages/core",
19663+
"npmPkg": "@xaui/core",
19664+
"ios": true,
19665+
"android": true,
19666+
"newArchitecture": true
19667+
},
19668+
{
19669+
"githubUrl": "https://github.com/rygrams/xaui/tree/main/packages/native",
19670+
"npmPkg": "@xaui/native",
19671+
"ios": true,
19672+
"android": true,
19673+
"newArchitecture": true
19674+
},
19675+
{
19676+
"githubUrl": "https://github.com/rygrams/xaui/tree/main/packages/icons",
19677+
"npmPkg": "@xaui/icons",
19678+
"ios": true,
19679+
"android": true,
19680+
"newArchitecture": true
19681+
},
19682+
{
19683+
"githubUrl": "https://github.com/MatthewSRC/native-springs-shaders",
19684+
"npmPkg": "@native-springs/shaders",
19685+
"examples": ["https://github.com/MatthewSRC/native-springs-shaders/tree/main/example"],
19686+
"ios": true,
19687+
"android": true,
19688+
"newArchitecture": true
19689+
},
19690+
{
19691+
"githubUrl": "https://github.com/vercel-labs/json-render/tree/main/packages/react-native",
19692+
"examples": ["https://github.com/vercel-labs/json-render/tree/main/examples/react-native"],
19693+
"npmPkg": "@json-render/react-native",
19694+
"ios": true,
19695+
"android": true,
19696+
"web": true,
19697+
"newArchitecture": true
1966019698
}
1966119699
]

0 commit comments

Comments
 (0)