Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 41f863c

Browse files
author
Artem
committed
Upgrade Expo SDK to 35.0.0 for demo app
1 parent a0bd59b commit 41f863c

File tree

6 files changed

+8762
-14674
lines changed

6 files changed

+8762
-14674
lines changed

demo/.babelrc

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"presets": ["babel-preset-expo"],
3-
"env": {
4-
"development": {
5-
"plugins": ["transform-react-jsx-source"]
6-
}
7-
}
2+
"presets": ["babel-preset-expo"]
83
}

demo/app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"expo": {
3-
"sdkVersion": "30.0.0"
3+
"sdkVersion": "35.0.0"
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)