@mediacubeco/expo-template-fsd 2.1.1 → 2.1.3

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.
package/.gitignore CHANGED
@@ -3,14 +3,12 @@ node_modules/
3
3
  yarn-debug.*
4
4
  yarn-error.*
5
5
 
6
- # expo
7
- .expo/
8
- dist/
9
- web-build/
10
-
11
- # native
6
+ # build
12
7
  /ios
13
8
  /android
9
+ dist/
10
+ web-build/
11
+ .expo/
14
12
  .kotlin/
15
13
  .DS_Store
16
14
  .metro-health-check*
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Expo-Template-FSD
1
+ # Application
2
2
 
3
3
  This project is built on top of the `@mediacubeco/expo-template-fsd` template.
4
4
 
package/app.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "expo": {
3
3
  "name": "expo-template-fsd",
4
4
  "slug": "expo-template-fsd",
5
- "scheme": "expo-template-fsd",
5
+ "scheme": "application",
6
6
  "version": "1.0.0",
7
7
  "orientation": "portrait",
8
8
  "userInterfaceStyle": "automatic",
@@ -12,12 +12,12 @@
12
12
  },
13
13
  "ios": {
14
14
  "supportsTablet": true,
15
- "bundleIdentifier": "com.mediacube.expo-template-fsd",
15
+ "bundleIdentifier": "com.mediacube.application",
16
16
  "icon": "./src/shared/assets/images/logo-ios.png"
17
17
  },
18
18
  "android": {
19
19
  "predictiveBackGestureEnabled": false,
20
- "package": "com.mediacube.expo-template-fsd",
20
+ "package": "com.mediacube.application",
21
21
  "adaptiveIcon": {
22
22
  "backgroundColor": "#ffffff00",
23
23
  "foregroundImage": "./src/shared/assets/images/logo-android-foreground.png",
package/eas.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "build": {
3
+ "development": {
4
+ "developmentClient": true,
5
+ "distribution": "internal"
6
+ },
7
+ "preview": {
8
+ "distribution": "internal"
9
+ },
10
+ "production": {}
11
+ }
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "private": false,
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "name": "@mediacubeco/expo-template-fsd",
5
5
  "description": "Application by Mediacube developers",
6
6
  "license": "MIT",
@@ -18,6 +18,7 @@
18
18
  "AGENTS.md",
19
19
  "app.json",
20
20
  "CLAUDE.md",
21
+ "eas.json",
21
22
  "env.d.ts",
22
23
  "eslint.config.js",
23
24
  "expo-env.d.ts",
@@ -56,6 +57,7 @@
56
57
  "expo-status-bar": "~56.0.4",
57
58
  "expo-symbols": "~56.0.5",
58
59
  "expo-system-ui": "~56.0.5",
60
+ "expo-updates": "~56.0.17",
59
61
  "expo-web-browser": "~56.0.5",
60
62
  "i18next": "^26.0.5",
61
63
  "react": "19.2.3",
@@ -70,8 +72,8 @@
70
72
  "react-native-svg": "15.15.4",
71
73
  "react-native-web": "^0.21.0",
72
74
  "react-native-worklets": "0.8.3",
73
- "@mediacubeco/base-react-native": "2.1.0",
74
75
  "@mediacubeco/base": "2.1.0",
76
+ "@mediacubeco/base-react-native": "2.1.0",
75
77
  "@mediacubeco/base-react": "2.1.0"
76
78
  },
77
79
  "devDependencies": {
@@ -82,15 +84,15 @@
82
84
  "prettier": "^3.8.1",
83
85
  "typescript": "^6.0.3",
84
86
  "@mediacubeco/eslint-config-fsd": "2.1.0",
85
- "@mediacubeco/eslint-config": "2.1.0",
86
- "@mediacubeco/eslint-config-react": "2.1.0",
87
87
  "@mediacubeco/eslint-config-react-native": "2.1.0",
88
- "@mediacubeco/prettier-config-fsd": "2.1.0",
88
+ "@mediacubeco/eslint-config": "2.1.0",
89
89
  "@mediacubeco/prettier-config": "2.1.0",
90
+ "@mediacubeco/prettier-config-fsd": "2.1.0",
91
+ "@mediacubeco/eslint-config-react": "2.1.0",
90
92
  "@mediacubeco/typescript-config": "2.1.0",
91
- "@mediacubeco/typescript-config-fsd": "2.1.0",
92
93
  "@mediacubeco/typescript-config-react": "2.1.0",
93
- "@mediacubeco/typescript-config-react-native": "2.1.0"
94
+ "@mediacubeco/typescript-config-react-native": "2.1.0",
95
+ "@mediacubeco/typescript-config-fsd": "2.1.0"
94
96
  },
95
97
  "scripts": {
96
98
  "postinstall": "npx husky && npx skills update",
package/skills-lock.json CHANGED
@@ -17,13 +17,13 @@
17
17
  "source": "vercel-labs/agent-skills",
18
18
  "sourceType": "github",
19
19
  "skillPath": "skills/react-best-practices/SKILL.md",
20
- "computedHash": "3219a1944e404ffc14d1d9d6aef6dd2e3855b81387ee0a044ccbfe14d34c2357"
20
+ "computedHash": "ca7b0c0c6e5f2750043f7f0cd72d16ac4e2abc48f9b5500d047a4b77a2506212"
21
21
  },
22
22
  "vercel-react-native-skills": {
23
23
  "source": "vercel-labs/agent-skills",
24
24
  "sourceType": "github",
25
25
  "skillPath": "skills/react-native-skills/SKILL.md",
26
- "computedHash": "2e9088a7333666d8c2833b8ff58bd51b955501c42b4c7244f72b4cbf22dafcc4"
26
+ "computedHash": "41d24eafa7c3d82e270439808f7cfbc4d51aeb2d14f2809a2267c16275784d06"
27
27
  }
28
28
  }
29
29
  }