Skip to content

Commit c2c9d9a

Browse files
committed
feat(example-app): ⚡ add dev-simulator for dev-client
1 parent f114b65 commit c2c9d9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/eas.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"developmentClient": true,
88
"distribution": "internal"
99
},
10+
"development-simulator": {
11+
"developmentClient": true,
12+
"distribution": "internal",
13+
"ios": {
14+
"simulator": true
15+
}
16+
},
1017
"preview": {
1118
"developmentClient": true,
1219
"distribution": "internal",

0 commit comments

Comments
 (0)