Skip to content

Commit

Permalink
fix tvos
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Dec 27, 2024
1 parent 500979f commit a8ffa57
Show file tree
Hide file tree
Showing 7 changed files with 678 additions and 790 deletions.
2 changes: 1 addition & 1 deletion packages/app-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-native-photo-editor": "github:AppGyver/react-native-photo-editor#0.1.2",
"react-native-safe-area-context": "5.0.0",
"react-native-splash-screen": "3.3.0",
"react-native-tvos": "0.77.0-0rc1",
"react-native-tvos": "0.76.3-0",
"react-native-web": "0.19.12",
"rn-fetch-blob": "0.12.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"overrides": {
"sdks/hermes-engine/hermes-engine.podspec": {
"require.resolve(\n \"react-native\",": "require.resolve(\n \"react-native-tvos\","
}

}
}

This file was deleted.

2 changes: 1 addition & 1 deletion packages/config-templates/renative.templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@
}
},
"react-native-tvos": {
"version": "0.77.0-0rc1",
"version": "0.76.3-0",
"supportedPlatforms": ["tvos", "firetv", "androidtv"]
},
"react-native-tvos-controller": {
Expand Down
1 change: 1 addition & 0 deletions packages/engine-rn-tvos/templates/platforms/tvos/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

source 'https://github.com/react-native-tvos/react-native-tvos-podspecs.git'
source 'https://cdn.cocoapods.org/'
{{INJECT_PLUGIN_PODFILE_SOURCES}}
Expand Down
2 changes: 1 addition & 1 deletion packages/template-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "2.21.2",
"react-native-tvos": "0.77.0-0rc1",
"react-native-tvos": "0.76.3-0",
"react-native-web": "0.19.12"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit a8ffa57

Please sign in to comment.