Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use new core with tvos #216

Merged
merged 5 commits into from
Jun 24, 2024
Merged
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
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn precommit
1 change: 0 additions & 1 deletion examples/expo/src/components/StyleSheetBox.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import { StyleSheet, View } from 'react-native'

export const StyleSheetBox = () => (
Expand Down
2 changes: 0 additions & 2 deletions examples/tv/.bundle/config

This file was deleted.

2 changes: 2 additions & 0 deletions examples/tv/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ yarn-error.log

# testing
/coverage
ios/
android/
7 changes: 0 additions & 7 deletions examples/tv/Gemfile

This file was deleted.

123 changes: 0 additions & 123 deletions examples/tv/android/app/build.gradle

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions examples/tv/android/app/src/debug/AndroidManifest.xml

This file was deleted.

32 changes: 0 additions & 32 deletions examples/tv/android/app/src/main/AndroidManifest.xml

This file was deleted.

22 changes: 0 additions & 22 deletions examples/tv/android/app/src/main/java/com/tv/MainActivity.kt

This file was deleted.

43 changes: 0 additions & 43 deletions examples/tv/android/app/src/main/java/com/tv/MainApplication.kt

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions examples/tv/android/app/src/main/res/values/strings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions examples/tv/android/app/src/main/res/values/styles.xml

This file was deleted.

21 changes: 0 additions & 21 deletions examples/tv/android/build.gradle

This file was deleted.

41 changes: 0 additions & 41 deletions examples/tv/android/gradle.properties

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions examples/tv/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading
Loading