Skip to content

Commit

Permalink
Explicitely add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Pierron committed Nov 21, 2023
1 parent b15aebd commit 5aa430e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
include:
- name: Legacy architecture
scheme: TvOSExample
pod_install_command: bundle exec pod install
pod_install_command: pod install
- name: Fabric architecture
scheme: FabricTvOSExample
pod_install_command: RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
pod_install_command: RCT_NEW_ARCH_ENABLED=1 pod install
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions TvOSExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test": "jest"
},
"dependencies": {
"@react-native-community/cli-platform-ios": "^12.1.1",
"expo": "^49.0.18",
"react": "18.2.0",
"react-native": "npm:react-native-tvos@^0.72.6-0",
Expand Down
33 changes: 33 additions & 0 deletions TvOSExample/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5aa430e

Please sign in to comment.