mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-11 04:21:42 +00:00
trailer section card ui changes
This commit is contained in:
parent
aabf3e18ef
commit
54f85e9689
3 changed files with 17 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -74,7 +74,7 @@ build-and-publish-app-releases.sh
|
||||||
bottomnav.md
|
bottomnav.md
|
||||||
/TrailerServices
|
/TrailerServices
|
||||||
mmkv.md
|
mmkv.md
|
||||||
src/services/tmdbService.ts
|
|
||||||
fix-android-scroll-lag-summary.md
|
fix-android-scroll-lag-summary.md
|
||||||
server/cache-server
|
server/cache-server
|
||||||
carousal.md
|
carousal.md
|
||||||
|
node_modules
|
||||||
|
|
|
||||||
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -15,6 +15,7 @@
|
||||||
"@d11/react-native-fast-image": "^8.8.0",
|
"@d11/react-native-fast-image": "^8.8.0",
|
||||||
"@expo/env": "^2.0.7",
|
"@expo/env": "^2.0.7",
|
||||||
"@expo/metro-runtime": "~6.1.2",
|
"@expo/metro-runtime": "~6.1.2",
|
||||||
|
"@expo/ui": "~0.2.0-beta.7",
|
||||||
"@expo/vector-icons": "^15.0.2",
|
"@expo/vector-icons": "^15.0.2",
|
||||||
"@gorhom/bottom-sheet": "^5.2.6",
|
"@gorhom/bottom-sheet": "^5.2.6",
|
||||||
"@legendapp/list": "^2.0.13",
|
"@legendapp/list": "^2.0.13",
|
||||||
|
|
@ -2264,6 +2265,20 @@
|
||||||
"integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
|
"integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/@expo/ui": {
|
||||||
|
"version": "0.2.0-beta.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@expo/ui/-/ui-0.2.0-beta.7.tgz",
|
||||||
|
"integrity": "sha512-oz2HEpwll+yMFUKbryZ84IgxjLx7RPxxMDVKpCEsK0OhETrLF5NxHlpCkKjdLuQL3QiVSvj5kn6hBFknco3aCw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"sf-symbols-typescript": "^2.1.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"expo": "*",
|
||||||
|
"react": "*",
|
||||||
|
"react-native": "*"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@expo/vector-icons": {
|
"node_modules/@expo/vector-icons": {
|
||||||
"version": "15.0.2",
|
"version": "15.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.0.2.tgz",
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
"@d11/react-native-fast-image": "^8.8.0",
|
"@d11/react-native-fast-image": "^8.8.0",
|
||||||
"@expo/env": "^2.0.7",
|
"@expo/env": "^2.0.7",
|
||||||
"@expo/metro-runtime": "~6.1.2",
|
"@expo/metro-runtime": "~6.1.2",
|
||||||
|
"@expo/ui": "~0.2.0-beta.7",
|
||||||
"@expo/vector-icons": "^15.0.2",
|
"@expo/vector-icons": "^15.0.2",
|
||||||
"@gorhom/bottom-sheet": "^5.2.6",
|
"@gorhom/bottom-sheet": "^5.2.6",
|
||||||
"@legendapp/list": "^2.0.13",
|
"@legendapp/list": "^2.0.13",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue