expo-template-tabs 52.0.17 → 52.0.19

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/package.json +6 -6
  2. package/gitignore +0 -35
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "expo-router/entry",
4
4
  "description": "The Tab Navigation project template includes several example screens.",
5
5
  "license": "0BSD",
6
- "version": "52.0.17",
6
+ "version": "52.0.19",
7
7
  "scripts": {
8
8
  "start": "expo start",
9
9
  "android": "expo start --android",
@@ -17,11 +17,11 @@
17
17
  "dependencies": {
18
18
  "@expo/vector-icons": "^14.0.2",
19
19
  "@react-navigation/native": "7.0.0-rc.21",
20
- "expo": "~52.0.0-preview.16",
21
- "expo-font": "~13.0.0",
20
+ "expo": "~52.0.0-preview.20",
21
+ "expo-font": "~13.0.1",
22
22
  "expo-linking": "~7.0.2",
23
- "expo-router": "~4.0.0-preview.11",
24
- "expo-splash-screen": "~0.29.1",
23
+ "expo-router": "~4.0.0-preview.13",
24
+ "expo-splash-screen": "~0.29.2",
25
25
  "expo-status-bar": "~2.0.0",
26
26
  "expo-system-ui": "~4.0.2",
27
27
  "expo-web-browser": "~14.0.0",
@@ -37,7 +37,7 @@
37
37
  "@babel/core": "^7.25.2",
38
38
  "@types/react": "~18.3.12",
39
39
  "jest": "^29.2.1",
40
- "jest-expo": "~52.0.0-preview.3",
40
+ "jest-expo": "~52.0.0-preview.4",
41
41
  "react-test-renderer": "18.3.1",
42
42
  "typescript": "~5.3.3"
43
43
  }
package/gitignore DELETED
@@ -1,35 +0,0 @@
1
- # Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
2
-
3
- # dependencies
4
- node_modules/
5
-
6
- # Expo
7
- .expo/
8
- dist/
9
- web-build/
10
-
11
- # Native
12
- *.orig.*
13
- *.jks
14
- *.p8
15
- *.p12
16
- *.key
17
- *.mobileprovision
18
-
19
- # Metro
20
- .metro-health-check*
21
-
22
- # debug
23
- npm-debug.*
24
- yarn-debug.*
25
- yarn-error.*
26
-
27
- # macOS
28
- .DS_Store
29
- *.pem
30
-
31
- # local env files
32
- .env*.local
33
-
34
- # typescript
35
- *.tsbuildinfo