chore(example): bump react-native version (#3466)

* chore(example): bump react-native version

* fix(ci): bump java version
This commit is contained in:
Krzysztof Moch
2024-01-10 08:45:37 +01:00
committed by GitHub
parent 5aaa53d8b8
commit b5ac4d6a11
25 changed files with 1546 additions and 1009 deletions

View File

@@ -1,10 +1,10 @@
{
"extends": "@tsconfig/react-native/tsconfig.json",
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"react-native-video": ["../../src/index"]
}
},
"include": ["src", "**/*.js"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}