Skip to content

Commit c869a9e

Browse files
committed
chore: update Expo 36 test dependencies
1 parent 992be81 commit c869a9e

File tree

27 files changed

+1791
-1634
lines changed

27 files changed

+1791
-1634
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"scripts": {
3333
"test": "yarn test:rn && yarn test:expo",
3434
"test:rn": "cd test/RN61 && yarn install && npx ../.. && cd ../..",
35-
"test:expo": "yarn test:expo:35 && yarn test:expo:42",
36-
"test:expo:35": "cd test/Expo35 && yarn install && npx ../.. --expo managed && cd ../..",
35+
"test:expo": "yarn test:expo:36 && yarn test:expo:42",
36+
"test:expo:36": "cd test/Expo36 && yarn install && npx ../.. --expo managed && cd ../..",
3737
"test:expo:42": "cd test/Expo42 && yarn install && npx ../.. --expo managed && cd ../.."
3838
}
3939
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/Expo35/app.json renamed to test/Expo36/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"expo": {
3-
"name": "Expo35",
4-
"slug": "Expo35",
3+
"name": "Expo36",
4+
"slug": "Expo36",
55
"privacy": "public",
66
"sdkVersion": "36.0.0",
77
"platforms": [
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)