Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/tv-os-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'package.json'
- 'ios/**'
- 'common/**'
- 'TVOSExample/**'
- 'FabricExample/**'
push:
branches:
- main
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 60
env:
WORKING_DIRECTORY: TVOSExample
WORKING_DIRECTORY: FabricExample
RNS_GAMMA_ENABLED: 0
concurrency:
group: ios-tv-${{ github.ref }}
Expand All @@ -33,12 +33,14 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
cache-dependency-path: ${{ env.WORKING_DIRECTORY }}/yarn.lock
- name: Install node dependencies
- name: Convert FabricExample for tvOS build
run: ./scripts/convert-fabric-example-for-tv.sh
- name: Install node dependencies in FabricExample
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn
- name: Install pods
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
run: pod install
- name: Build app
working-directory: ${{ env.WORKING_DIRECTORY }}
run: npx react-native run-ios --simulator="Apple TV"
run: detox build -c tvos.sim.debug
2 changes: 0 additions & 2 deletions TVOSExample/.bundle/config

This file was deleted.

4 changes: 0 additions & 4 deletions TVOSExample/.eslintrc.js

This file was deleted.

75 changes: 0 additions & 75 deletions TVOSExample/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion TVOSExample/.watchmanconfig

This file was deleted.

3 changes: 0 additions & 3 deletions TVOSExample/App.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions TVOSExample/Gemfile

This file was deleted.

116 changes: 0 additions & 116 deletions TVOSExample/Gemfile.lock

This file was deleted.

13 changes: 0 additions & 13 deletions TVOSExample/__tests__/App.test.tsx

This file was deleted.

119 changes: 0 additions & 119 deletions TVOSExample/android/app/build.gradle

This file was deleted.

Binary file removed TVOSExample/android/app/debug.keystore
Binary file not shown.
10 changes: 0 additions & 10 deletions TVOSExample/android/app/proguard-rules.pro

This file was deleted.

Loading