expo-template-blank 54.0.11 → 54.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/gitignore +4 -0
  2. package/package.json +3 -3
package/gitignore CHANGED
@@ -35,3 +35,7 @@ yarn-error.*
35
35
 
36
36
  # typescript
37
37
  *.tsbuildinfo
38
+
39
+ # generated native folders
40
+ /ios
41
+ /android
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "expo-template-blank",
3
3
  "description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
4
4
  "license": "0BSD",
5
- "version": "54.0.11",
5
+ "version": "54.0.13",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "start": "expo start",
@@ -11,8 +11,8 @@
11
11
  "web": "expo start --web"
12
12
  },
13
13
  "dependencies": {
14
- "expo": "~54.0.0-preview.12",
15
- "expo-status-bar": "~3.0.6",
14
+ "expo": "~54.0.0-preview.14",
15
+ "expo-status-bar": "~3.0.7",
16
16
  "react": "19.1.0",
17
17
  "react-native": "0.81.1"
18
18
  }