Skip to content

Commit 7f762ec

Browse files
committed
expo-screen-orientation
1 parent ae591d9 commit 7f762ec

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

expo-example/app.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"backgroundColor": "#000000"
4141
}
4242
}
43+
],
44+
[
45+
"expo-screen-orientation",
46+
{
47+
"initialOrientation": "DEFAULT"
48+
}
4349
]
4450
],
4551
"experiments": {

expo-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"expo-image": "~3.0.10",
2525
"expo-linking": "~8.0.8",
2626
"expo-router": "~6.0.13",
27+
"expo-screen-orientation": "~9.0.8",
2728
"expo-splash-screen": "~31.0.10",
2829
"expo-status-bar": "~3.0.8",
2930
"expo-symbols": "~1.0.7",

yarn.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8234,6 +8234,7 @@ __metadata:
82348234
expo-image: ~3.0.10
82358235
expo-linking: ~8.0.8
82368236
expo-router: ~6.0.13
8237+
expo-screen-orientation: ~9.0.8
82378238
expo-splash-screen: ~31.0.10
82388239
expo-status-bar: ~3.0.8
82398240
expo-symbols: ~1.0.7
@@ -8412,6 +8413,16 @@ __metadata:
84128413
languageName: node
84138414
linkType: hard
84148415

8416+
"expo-screen-orientation@npm:~9.0.8":
8417+
version: 9.0.8
8418+
resolution: "expo-screen-orientation@npm:9.0.8"
8419+
peerDependencies:
8420+
expo: "*"
8421+
react-native: "*"
8422+
checksum: 9971094875bd8756bfa16a88f6a85ef7661e284ffa85a8a415fcb359f3571d2c69ea341edbf6d844dbb007e035bed13c3be0a0c20d569f10048ff5e46683ebc6
8423+
languageName: node
8424+
linkType: hard
8425+
84158426
"expo-server@npm:^1.0.3, expo-server@npm:^1.0.4":
84168427
version: 1.0.4
84178428
resolution: "expo-server@npm:1.0.4"

0 commit comments

Comments
 (0)