Skip to content

Commit 500979f

Browse files
committed
upgrade rn tvos to 0.77.0-0rc1
1 parent 500b9a9 commit 500979f

File tree

4 files changed

+289
-45
lines changed

4 files changed

+289
-45
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.76.3-0",
64+
"react-native-tvos": "0.77.0-0rc1",
6565
"react-native-web": "0.19.12",
6666
"rn-fetch-blob": "0.12.0"
6767
},

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.76.3-0",
3361+
"version": "0.77.0-0rc1",
33623362
"supportedPlatforms": ["tvos", "firetv", "androidtv"]
33633363
},
33643364
"react-native-tvos-controller": {

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.76.3-0",
127+
"react-native-tvos": "0.77.0-0rc1",
128128
"react-native-web": "0.19.12"
129129
},
130130
"publishConfig": {

0 commit comments

Comments
 (0)