expo-template-tabs 54.0.0-canary-20250722-599a28f → 54.0.0-canary-20250826-f475166

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.
@@ -0,0 +1 @@
1
+ { "recommendations": ["expo.vscode-expo-tools"] }
@@ -0,0 +1,7 @@
1
+ {
2
+ "editor.codeActionsOnSave": {
3
+ "source.fixAll": "explicit",
4
+ "source.organizeImports": "explicit",
5
+ "source.sortMembers": "explicit"
6
+ }
7
+ }
package/app.json CHANGED
@@ -21,7 +21,8 @@
21
21
  "foregroundImage": "./assets/images/adaptive-icon.png",
22
22
  "backgroundColor": "#ffffff"
23
23
  },
24
- "edgeToEdgeEnabled": true
24
+ "edgeToEdgeEnabled": true,
25
+ "predictiveBackGestureEnabled": false
25
26
  },
26
27
  "web": {
27
28
  "bundler": "metro",
package/package.json CHANGED
@@ -3,42 +3,36 @@
3
3
  "main": "expo-router/entry",
4
4
  "description": "The Tab Navigation project template includes several example screens.",
5
5
  "license": "0BSD",
6
- "version": "54.0.0-canary-20250722-599a28f",
6
+ "version": "54.0.0-canary-20250826-f475166",
7
7
  "scripts": {
8
8
  "start": "expo start",
9
9
  "android": "expo start --android",
10
10
  "ios": "expo start --ios",
11
- "web": "expo start --web",
12
- "test": "jest --watchAll"
13
- },
14
- "jest": {
15
- "preset": "jest-expo"
11
+ "web": "expo start --web"
16
12
  },
17
13
  "dependencies": {
18
- "@expo/vector-icons": "^14.1.0",
19
- "@react-navigation/native": "^7.1.6",
20
- "expo": "54.0.0-canary-20250722-599a28f",
21
- "expo-font": "13.4.0-canary-20250722-599a28f",
22
- "expo-linking": "7.1.8-canary-20250722-599a28f",
23
- "expo-router": "5.2.0-canary-20250722-599a28f",
24
- "expo-splash-screen": "0.30.11-canary-20250722-599a28f",
25
- "expo-status-bar": "2.2.4-canary-20250722-599a28f",
26
- "expo-system-ui": "5.0.11-canary-20250722-599a28f",
27
- "expo-web-browser": "14.1.7-canary-20250722-599a28f",
14
+ "@expo/vector-icons": "^15.0.0",
15
+ "@react-navigation/native": "^7.1.8",
16
+ "expo": "54.0.0-canary-20250826-f475166",
17
+ "expo-constants": "18.0.5-canary-20250826-f475166",
18
+ "expo-font": "14.0.4-canary-20250826-f475166",
19
+ "expo-linking": "8.0.4-canary-20250826-f475166",
20
+ "expo-router": "6.0.0-canary-20250826-f475166",
21
+ "expo-splash-screen": "31.0.5-canary-20250826-f475166",
22
+ "expo-status-bar": "3.0.5-canary-20250826-f475166",
23
+ "expo-web-browser": "15.0.4-canary-20250826-f475166",
28
24
  "react": "19.1.0",
29
25
  "react-dom": "19.1.0",
30
- "react-native": "0.80.1",
31
- "react-native-reanimated": "~3.18.0",
32
- "react-native-safe-area-context": "5.4.0",
33
- "react-native-screens": "~4.11.1",
34
- "react-native-web": "~0.20.0"
26
+ "react-native": "0.81.0",
27
+ "react-native-worklets": "~0.4.1",
28
+ "react-native-reanimated": "~4.0.2",
29
+ "react-native-safe-area-context": "~5.6.0",
30
+ "react-native-screens": "~4.15.3",
31
+ "react-native-web": "~0.21.0"
35
32
  },
36
33
  "devDependencies": {
37
- "@babel/core": "^7.25.2",
38
- "@types/react": "~19.0.10",
39
- "jest": "^29.2.1",
40
- "jest-expo": "54.0.0-canary-20250722-599a28f",
41
- "react-test-renderer": "19.0.0",
42
- "typescript": "~5.8.3"
34
+ "@types/react": "~19.1.0",
35
+ "react-test-renderer": "19.1.0",
36
+ "typescript": "~5.9.2"
43
37
  }
44
38
  }