Skip to content

Commit ff3ecb7

Browse files
authored
add and update vision camera packages (#2380)
1 parent 35dcd7c commit ff3ecb7

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

react-native-libraries.json

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6595,12 +6595,9 @@
65956595
"newArchitecture": true
65966596
},
65976597
{
6598-
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/package",
6599-
"npmPkg": "react-native-vision-camera",
6600-
"examples": ["https://github.com/mrousavy/react-native-vision-camera/tree/main/example"],
6601-
"images": [
6602-
"https://raw.githubusercontent.com/mrousavy/react-native-vision-camera/main/docs/static/img/example.png",
6603-
"https://raw.githubusercontent.com/mrousavy/react-native-vision-camera/main/docs/static/img/demo.gif"
6598+
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/packages/react-native-vision-camera",
6599+
"examples": [
6600+
"https://github.com/mrousavy/react-native-vision-camera/tree/main/apps/simple-camera"
66046601
],
66056602
"ios": true,
66066603
"android": true,
@@ -20520,5 +20517,35 @@
2052020517
"ios": true,
2052120518
"android": true,
2052220519
"newArchitecture": true
20520+
},
20521+
{
20522+
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/packages/react-native-vision-camera-barcode-scanner",
20523+
"ios": true,
20524+
"android": true,
20525+
"newArchitecture": true
20526+
},
20527+
{
20528+
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/packages/react-native-vision-camera-location",
20529+
"ios": true,
20530+
"android": true,
20531+
"newArchitecture": true
20532+
},
20533+
{
20534+
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/packages/react-native-vision-camera-resizer",
20535+
"ios": true,
20536+
"android": true,
20537+
"newArchitecture": true
20538+
},
20539+
{
20540+
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/packages/react-native-vision-camera-skia",
20541+
"ios": true,
20542+
"android": true,
20543+
"newArchitecture": true
20544+
},
20545+
{
20546+
"githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/packages/react-native-vision-camera-worklets",
20547+
"ios": true,
20548+
"android": true,
20549+
"newArchitecture": true
2052320550
}
2052420551
]

0 commit comments

Comments
 (0)