Skip to content

Commit e6b0adf

Browse files
authored
Merge pull request ascoders#356 from ArtemKolichenkov/upgrade-expo-sdk-for-demo
Upgrade Expo SDK to 35.0.0 for demo app
2 parents a0bd59b + 41f863c commit e6b0adf

File tree

6 files changed

+8762
-14674
lines changed

6 files changed

+8762
-14674
lines changed

demo/.babelrc

Lines changed: 1 addition & 6 deletions
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

Lines changed: 2 additions & 2 deletions
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)