Merge pull request #3175 from react-native-yeouido/feature/fabric-example

[New Arch] Fabric Example
This commit is contained in:
Olivier Bouillet
2023-08-03 21:37:59 +02:00
committed by GitHub
78 changed files with 4446 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "6.0.0-alpha.7",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"source": "Video.js",
"license": "MIT",
"author": "Community Contributors",
"homepage": "https://github.com/react-native-video/react-native-video#readme",
@@ -22,6 +23,10 @@
"keymirror": "^0.1.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"scripts": {
"lint": "yarn eslint .",
"xbasic": "yarn --cwd examples/basic",