Skip to content

Commit 03a65e8

Browse files
committed
[templates] Latest SDK 50 alpha
1 parent 2240630 commit 03a65e8

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

templates/expo-template-bare-minimum/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expo-template-bare-minimum",
33
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
4-
"version": "50.0.0",
4+
"version": "50.0.1",
55
"main": "index.js",
66
"scripts": {
77
"start": "expo start --dev-client",
@@ -10,9 +10,9 @@
1010
"web": "expo start --web"
1111
},
1212
"dependencies": {
13-
"expo": "~50.0.0-alpha.0",
14-
"expo-splash-screen": "~0.21.0",
15-
"expo-status-bar": "~1.7.0",
13+
"expo": "~50.0.0-alpha.1",
14+
"expo-splash-screen": "~0.21.1",
15+
"expo-status-bar": "~1.7.1",
1616
"react": "18.2.0",
1717
"react-native": "0.72.3"
1818
},

templates/expo-template-blank-typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expo-template-blank-typescript",
33
"description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
4-
"version": "50.0.0",
4+
"version": "50.0.1",
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
77
"start": "expo start",
@@ -10,8 +10,8 @@
1010
"web": "expo start --web"
1111
},
1212
"dependencies": {
13-
"expo": "~50.0.0-alpha.0",
14-
"expo-status-bar": "~1.7.0",
13+
"expo": "~50.0.0-alpha.1",
14+
"expo-status-bar": "~1.7.1",
1515
"react": "18.2.0",
1616
"react-native": "0.72.3"
1717
},

templates/expo-template-blank/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expo-template-blank",
33
"description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
4-
"version": "50.0.0",
4+
"version": "50.0.1",
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
77
"start": "expo start",
@@ -10,8 +10,8 @@
1010
"web": "expo start --web"
1111
},
1212
"dependencies": {
13-
"expo": "~50.0.0-alpha.0",
14-
"expo-status-bar": "~1.7.0",
13+
"expo": "~50.0.0-alpha.1",
14+
"expo-status-bar": "~1.7.1",
1515
"react": "18.2.0",
1616
"react-native": "0.72.3"
1717
},

templates/expo-template-tabs/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "expo-template-tabs",
33
"main": "expo-router/entry",
44
"description": "The Tab Navigation project template includes several example screens.",
5-
"version": "50.0.0",
5+
"version": "50.0.1",
66
"scripts": {
77
"start": "expo start",
88
"android": "expo start --android",
@@ -16,14 +16,14 @@
1616
"dependencies": {
1717
"@expo/vector-icons": "^13.0.0",
1818
"@react-navigation/native": "^6.0.2",
19-
"expo": "~50.0.0-alpha.0",
20-
"expo-font": "~11.5.0",
21-
"expo-linking": "~5.0.2",
22-
"expo-router": "~2.0.0",
23-
"expo-splash-screen": "~0.21.0",
24-
"expo-status-bar": "~1.7.0",
25-
"expo-system-ui": "~2.4.0",
26-
"expo-web-browser": "~12.4.0",
19+
"expo": "~50.0.0-alpha.1",
20+
"expo-font": "~11.5.1",
21+
"expo-linking": "~6.0.0",
22+
"expo-router": "~3.0.0",
23+
"expo-splash-screen": "~0.21.1",
24+
"expo-status-bar": "~1.7.1",
25+
"expo-system-ui": "~2.5.0",
26+
"expo-web-browser": "~12.4.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
2929
"react-native": "0.72.3",

0 commit comments

Comments
 (0)