Skip to content

Commit 1da55ae

Browse files
authored
Merge pull request #57 from giolaq/main
feat: Support Vega OS, TV UI enhancements with video player controls, settings screen, and catalog API integration
2 parents b30d7f6 + 44a55bc commit 1da55ae

120 files changed

Lines changed: 26922 additions & 21919 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.gitignoreβ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ npm-debug.*
1313
*.orig.*
1414
web-build/
1515

16+
# Package managers
17+
package-lock.json
18+
yarn-error.log
19+
.yarn/cache
20+
1621
# macOS
1722
.DS_Store
1823

19-
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
20-
# The following patterns were generated by expo-cli
2124

22-
expo-env.d.ts
23-
# @end expo-cli

β€Ž.yarn/install-state.gzβ€Ž

2.3 MB
Binary file not shown.

β€Ž.yarnrcβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Enable workspaces
2+
workspaces-experimental true
3+
4+
# Use node-modules for better compatibility with React Native
5+
nodeLinker node-modules

β€Ž.yarnrc.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodeLinker: node-modules
2+
nmHoistingLimits: workspaces

0 commit comments

Comments
Β (0)