Skip to content

Commit a8ffa57

Browse files
fix tvos
1 parent 500979f commit a8ffa57

File tree

7 files changed

+678
-790
lines changed

7 files changed

+678
-790
lines changed

packages/app-harness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-native-photo-editor": "github:AppGyver/react-native-photo-editor#0.1.2",
6262
"react-native-safe-area-context": "5.0.0",
6363
"react-native-splash-screen": "3.3.0",
64-
"react-native-tvos": "0.77.0-0rc1",
64+
"react-native-tvos": "0.76.3-0",
6565
"react-native-web": "0.19.12",
6666
"rn-fetch-blob": "0.12.0"
6767
},
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"overrides": {
3+
"sdks/hermes-engine/hermes-engine.podspec": {
4+
"require.resolve(\n \"react-native\",": "require.resolve(\n \"react-native-tvos\","
5+
}
6+
7+
}
8+
}

packages/config-templates/pluginTemplates/react-native-tvos/[email protected]

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/config-templates/renative.templates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3358,7 +3358,7 @@
33583358
}
33593359
},
33603360
"react-native-tvos": {
3361-
"version": "0.77.0-0rc1",
3361+
"version": "0.76.3-0",
33623362
"supportedPlatforms": ["tvos", "firetv", "androidtv"]
33633363
},
33643364
"react-native-tvos-controller": {

packages/engine-rn-tvos/templates/platforms/tvos/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
source 'https://github.com/react-native-tvos/react-native-tvos-podspecs.git'
23
source 'https://cdn.cocoapods.org/'
34
{{INJECT_PLUGIN_PODFILE_SOURCES}}

packages/template-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"react-dom": "18.3.1",
125125
"react-native": "0.76.3",
126126
"react-native-gesture-handler": "2.21.2",
127-
"react-native-tvos": "0.77.0-0rc1",
127+
"react-native-tvos": "0.76.3-0",
128128
"react-native-web": "0.19.12"
129129
},
130130
"publishConfig": {

0 commit comments

Comments
 (0)