create-expo-stack 2.14.3 → 2.15.0

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/README.md CHANGED
@@ -218,10 +218,10 @@ Thanks go to these wonderful people:
218
218
  </a>
219
219
  </td>
220
220
  <td align="center">
221
- <a href="https://github.com/coyksdev">
222
- <img src="https://avatars.githubusercontent.com/u/19565694?v=4" width="100;" alt="coyksdev"/>
221
+ <a href="https://github.com/jpudysz">
222
+ <img src="https://avatars.githubusercontent.com/u/9088288?v=4" width="100;" alt="jpudysz"/>
223
223
  <br />
224
- <sub><b>Gerald</b></sub>
224
+ <sub><b>Jacek Pudysz</b></sub>
225
225
  </a>
226
226
  </td>
227
227
  <td align="center">
@@ -239,6 +239,13 @@ Thanks go to these wonderful people:
239
239
  <sub><b>Null</b></sub>
240
240
  </a>
241
241
  </td>
242
+ <td align="center">
243
+ <a href="https://github.com/coyksdev">
244
+ <img src="https://avatars.githubusercontent.com/u/19565694?v=4" width="100;" alt="coyksdev"/>
245
+ <br />
246
+ <sub><b>Gerald</b></sub>
247
+ </a>
248
+ </td>
242
249
  <td align="center">
243
250
  <a href="https://github.com/rohan-sircar">
244
251
  <img src="https://avatars.githubusercontent.com/u/47449547?v=4" width="100;" alt="rohan-sircar"/>
@@ -260,13 +267,6 @@ Thanks go to these wonderful people:
260
267
  <sub><b>Mat Warger</b></sub>
261
268
  </a>
262
269
  </td>
263
- <td align="center">
264
- <a href="https://github.com/jpudysz">
265
- <img src="https://avatars.githubusercontent.com/u/9088288?v=4" width="100;" alt="jpudysz"/>
266
- <br />
267
- <sub><b>Jacek Pudysz</b></sub>
268
- </a>
269
- </td>
270
270
  <td align="center">
271
271
  <a href="https://github.com/gialencar">
272
272
  <img src="https://avatars.githubusercontent.com/u/11895696?v=4" width="100;" alt="gialencar"/>
@@ -34,21 +34,21 @@
34
34
  "nativewind": "latest",
35
35
  <%# This will already be installed if using expo-router (see below) %>
36
36
  <% if (props.navigationPackage?.name !== "expo-router") { %>
37
- "react-native-reanimated": "3.16.2",
37
+ "react-native-reanimated": "~3.17.4",
38
38
  <% } %>
39
39
  <%# This will already be installed if using navigation (see below) %>
40
40
  <% if (props.navigationPackage?.type !== "navigation") { %>
41
- "react-native-safe-area-context": "4.10.5",
41
+ "react-native-safe-area-context": "5.3.0",
42
42
  <% } %>
43
43
  <% } %>
44
44
  <% if (props.stylingPackage?.name === "nativewindui") { %>
45
45
  "@roninoss/icons": "^0.0.4",
46
- "@legendapp/list": "^1.0.0-beta.24",
46
+ "@legendapp/list": "^1.0.7",
47
47
  "class-variance-authority": "^0.7.0",
48
48
  "clsx": "^2.1.0",
49
49
  "expo-navigation-bar": "~3.0.4",
50
50
  "tailwind-merge": "^2.2.1",
51
- "react-native-uitextview": "^1.1.4",
51
+ "react-native-uitextview": "2.0.0-rc.10",
52
52
  "react-native-pager-view": "6.3.0",
53
53
  <% if (props.stylingPackage?.options.selectedComponents.includes('date-picker')) { %>
54
54
  "@react-native-community/datetimepicker": "8.0.1",
@@ -89,16 +89,16 @@
89
89
  <% } %>
90
90
 
91
91
  <% if (props.stylingPackage?.name === "unistyles") { %>
92
- "react-native-unistyles": "3.0.0-beta.8",
93
- "react-native-nitro-modules": "0.24.1",
92
+ "react-native-unistyles": "3.0.0-rc.2",
93
+ "react-native-nitro-modules": "0.25.2",
94
94
  "react-native-edge-to-edge": "1.4.3",
95
95
  <% } %>
96
96
 
97
97
  <% if (props.navigationPackage?.type === "navigation") { %>
98
98
  "@react-navigation/native": "^7.0.3",
99
- "react-native-gesture-handler": "~2.20.2",
100
- "react-native-safe-area-context": "4.12.0",
101
- "react-native-screens": "~4.1.0",
99
+ "react-native-gesture-handler": "~2.24.0",
100
+ "react-native-safe-area-context": "5.3.0",
101
+ "react-native-screens": "~4.10.0",
102
102
  <% } %>
103
103
 
104
104
  <% if (props.navigationPackage?.name === "react-navigation") { %>
@@ -121,7 +121,7 @@
121
121
  <% if ((props.navigationPackage?.options.type === "drawer + tabs") && (props.navigationPackage?.name === "react-navigation")) { %>
122
122
  "@react-navigation/drawer": "^7.0.0",
123
123
  "@react-navigation/bottom-tabs": "^7.0.5",
124
- "react-native-reanimated": "3.16.2",
124
+ "react-native-reanimated": "~3.17.4",
125
125
  <% } else if (props.navigationPackage?.options.type === "drawer + tabs") { %>
126
126
  "@react-navigation/drawer": "^7.0.0",
127
127
  "@react-navigation/bottom-tabs": "^7.0.5",
@@ -129,14 +129,14 @@
129
129
 
130
130
  <% if (props.navigationPackage?.name === "expo-router") { %>
131
131
  "@expo/vector-icons": "^14.0.0",
132
- "expo-linking": "~6.3.1",
133
- "expo-router": "~4.0.6",
134
- "expo-constants": "~16.0.1",
135
- "expo-system-ui": "~3.0.4",
136
- "expo-web-browser": "~13.0.3",
137
- "react-dom": "18.3.1",
138
- "react-native-reanimated": "3.16.2",
139
- "react-native-web": "~0.19.10",
132
+ "expo-linking": "~7.1.4",
133
+ "expo-router": "~5.0.3",
134
+ "expo-constants": "~17.1.4",
135
+ "expo-system-ui": "~5.0.6",
136
+ "expo-web-browser": "~14.1.6",
137
+ "react-dom": "19.0.0",
138
+ "react-native-reanimated": "~3.17.4",
139
+ "react-native-web": "^0.20.0",
140
140
  <% } %>
141
141
 
142
142
  <% if (props.authenticationPackage?.name === "supabase") { %>
@@ -154,14 +154,14 @@
154
154
  "expo-localization": "~14.8.3",
155
155
  <% } %>
156
156
  <% if (props.flags?.eas || props.stylingPackage?.name === "nativewindui") { %>
157
- "expo-dev-client": "~5.0.4",
157
+ "expo-dev-client": "~5.1.7",
158
158
  "expo-dev-launcher": "^5.0.17",
159
159
  <% } %>
160
160
 
161
- "expo": "^52.0.7",
162
- "expo-status-bar": "~1.12.1",
163
- "react": "18.3.1",
164
- "react-native": "0.76.1"
161
+ "expo": "^53.0.4",
162
+ "expo-status-bar": "~2.2.3",
163
+ "react": "19.0.0",
164
+ "react-native": "0.79.1"
165
165
  },
166
166
  "devDependencies": {
167
167
  <%# patch for this issue : https://github.com/expo/expo/issues/26641 %>
@@ -169,7 +169,7 @@
169
169
  "ajv": "^8.12.0",
170
170
  <% } %>
171
171
  "@babel/core": "^7.20.0",
172
- "@types/react": "~18.3.12",
172
+ "@types/react": "~19.0.10",
173
173
  "@typescript-eslint/eslint-plugin": "^7.7.0",
174
174
  "@typescript-eslint/parser": "^7.7.0",
175
175
  "eslint": "^8.57.0",
@@ -182,7 +182,7 @@
182
182
  <% if (props.stylingPackage?.name === "tamagui") { %>
183
183
  "@tamagui/babel-plugin": "^1.125.8",
184
184
  <% } %>
185
- "typescript": "~5.3.3"
185
+ "typescript": "~5.8.3"
186
186
  },
187
187
  "eslintConfig": {
188
188
  "extends": "universe/native",
@@ -79,7 +79,6 @@ export default function Home() {
79
79
  estimatedItemSize={200}
80
80
  contentContainerClassName="py-4 android:pb-12"
81
81
  extraData={searchValue}
82
- removeClippedSubviews={false} // used for selecting text on android
83
82
  keyExtractor={keyExtractor}
84
83
  ItemSeparatorComponent={renderItemSeparator}
85
84
  renderItem={renderItem}
@@ -89,7 +89,6 @@ export default function Screen() {
89
89
  estimatedItemSize={200}
90
90
  contentContainerClassName="py-4 android:pb-12"
91
91
  extraData={searchValue}
92
- removeClippedSubviews={false} // used for selecting text on android
93
92
  keyExtractor={keyExtractor}
94
93
  ItemSeparatorComponent={renderItemSeparator}
95
94
  renderItem={renderItem}
@@ -79,7 +79,6 @@ export default function Home() {
79
79
  estimatedItemSize={200}
80
80
  contentContainerClassName="py-4 android:pb-12"
81
81
  extraData={searchValue}
82
- removeClippedSubviews={false} // used for selecting text on android
83
82
  keyExtractor={keyExtractor}
84
83
  ItemSeparatorComponent={renderItemSeparator}
85
84
  renderItem={renderItem}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.14.3",
3
+ "version": "2.15.0",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",