mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
Use my build of rnv to fix events
This commit is contained in:
parent
a2d0bc4b7e
commit
7ca2e839da
@ -16,6 +16,7 @@
|
||||
"@tanstack/react-query": "^5.90.2",
|
||||
"expo": "~54.0.10",
|
||||
"expo-build-properties": "^1.0.9",
|
||||
"expo-dev-client": "^6.0.12",
|
||||
"expo-image": "^3.0.8",
|
||||
"expo-linear-gradient": "^15.0.7",
|
||||
"expo-linking": "~8.0.8",
|
||||
@ -34,7 +35,7 @@
|
||||
"react-native-safe-area-context": "5.6.1",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-video": "^7.0.0-alpha.4",
|
||||
"react-native-video": "zoriya/react-native-video#build",
|
||||
"react-native-web": "^0.21.1",
|
||||
"react-tooltip": "^5.29.1",
|
||||
"sweetalert2": "^11.23.0",
|
||||
@ -46,7 +47,6 @@
|
||||
"@tanstack/react-query-devtools": "^5.90.2",
|
||||
"@types/react": "~19.1.14",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"expo-dev-client": "^6.0.12",
|
||||
"react-native-svg-transformer": "^1.5.1",
|
||||
"typescript": "5.9.2",
|
||||
},
|
||||
@ -1227,7 +1227,7 @@
|
||||
|
||||
"react-native-svg-transformer": ["react-native-svg-transformer@1.5.1", "", { "dependencies": { "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-svgo": "^8.1.0", "path-dirname": "^1.0.2" }, "peerDependencies": { "react-native": ">=0.59.0", "react-native-svg": ">=12.0.0" } }, "sha512-dFvBNR8A9VPum9KCfh+LE49YiJEF8zUSnEFciKQroR/bEOhlPoZA0SuQ0qNk7m2iZl2w59FYjdRe0pMHWMDl0Q=="],
|
||||
|
||||
"react-native-video": ["react-native-video@7.0.0-alpha.4", "", { "peerDependencies": { "react": "*", "react-native": "*", "react-native-nitro-modules": ">=0.27.2" } }, "sha512-wG7wFlHBehvE+SDYaH6m1sTKcGJsRLSzO10Ab62bfjTKEfQw2CkbUGK9uuqXy0KOR+sUujVsuBUfAyNfTaPXoA=="],
|
||||
"react-native-video": ["react-native-video@github:zoriya/react-native-video#0bb0dd5", { "peerDependencies": { "react": "*", "react-native": "*", "react-native-nitro-modules": ">=0.27.2" } }, "zoriya-react-native-video-0bb0dd5"],
|
||||
|
||||
"react-native-web": ["react-native-web@0.21.1", "", { "dependencies": { "@babel/runtime": "^7.18.6", "@react-native/normalize-colors": "^0.74.1", "fbjs": "^3.0.4", "inline-style-prefixer": "^7.0.1", "memoize-one": "^6.0.0", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", "styleq": "^0.1.3" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-BeNsgwwe4AXUFPAoFU+DKjJ+CVQa3h54zYX77p7GVZrXiiNo3vl03WYDYVEy5R2J2HOPInXtQZB5gmj3vuzrKg=="],
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
"@tanstack/react-query": "^5.90.2",
|
||||
"expo": "~54.0.10",
|
||||
"expo-build-properties": "^1.0.9",
|
||||
"expo-dev-client": "^6.0.12",
|
||||
"expo-image": "^3.0.8",
|
||||
"expo-linear-gradient": "^15.0.7",
|
||||
"expo-linking": "~8.0.8",
|
||||
@ -43,7 +44,7 @@
|
||||
"react-native-safe-area-context": "5.6.1",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-video": "^7.0.0-alpha.4",
|
||||
"react-native-video": "zoriya/react-native-video#build",
|
||||
"react-native-web": "^0.21.1",
|
||||
"react-tooltip": "^5.29.1",
|
||||
"sweetalert2": "^11.23.0",
|
||||
@ -55,7 +56,6 @@
|
||||
"@tanstack/react-query-devtools": "^5.90.2",
|
||||
"@types/react": "~19.1.14",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"expo-dev-client": "^6.0.12",
|
||||
"react-native-svg-transformer": "^1.5.1",
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
@ -63,7 +63,9 @@
|
||||
"doctor": {
|
||||
"reactNativeDirectoryCheck": {
|
||||
"listUnknownPackages": false,
|
||||
"exclude": ["@gorhom/portal"]
|
||||
"exclude": [
|
||||
"@gorhom/portal"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user