create-expo-stack 2.12.3-next.23deeea → 2.12.3-next.2ac5c4a

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
@@ -260,21 +260,28 @@ Thanks go to these wonderful people:
260
260
  <sub><b>Gilson Alencar</b></sub>
261
261
  </a>
262
262
  </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>
263
270
  <td align="center">
264
271
  <a href="https://github.com/mwarger">
265
272
  <img src="https://avatars.githubusercontent.com/u/686823?v=4" width="100;" alt="mwarger"/>
266
273
  <br />
267
274
  <sub><b>Mat Warger</b></sub>
268
275
  </a>
269
- </td>
276
+ </td></tr>
277
+ <tr>
270
278
  <td align="center">
271
279
  <a href="https://github.com/gabimoncha">
272
280
  <img src="https://avatars.githubusercontent.com/u/39256258?v=4" width="100;" alt="gabimoncha"/>
273
281
  <br />
274
282
  <sub><b>Gabimoncha</b></sub>
275
283
  </a>
276
- </td></tr>
277
- <tr>
284
+ </td>
278
285
  <td align="center">
279
286
  <a href="https://github.com/ralacerda">
280
287
  <img src="https://avatars.githubusercontent.com/u/19380403?v=4" width="100;" alt="ralacerda"/>
@@ -309,15 +316,15 @@ Thanks go to these wonderful people:
309
316
  <br />
310
317
  <sub><b>YOUNESS HASSOUNE</b></sub>
311
318
  </a>
312
- </td>
319
+ </td></tr>
320
+ <tr>
313
321
  <td align="center">
314
322
  <a href="https://github.com/abhishekmg">
315
323
  <img src="https://avatars.githubusercontent.com/u/34393560?v=4" width="100;" alt="abhishekmg"/>
316
324
  <br />
317
325
  <sub><b>Null</b></sub>
318
326
  </a>
319
- </td></tr>
320
- <tr>
327
+ </td>
321
328
  <td align="center">
322
329
  <a href="https://github.com/bautistaaa">
323
330
  <img src="https://avatars.githubusercontent.com/u/3660667?v=4" width="100;" alt="bautistaaa"/>
@@ -352,15 +359,15 @@ Thanks go to these wonderful people:
352
359
  <br />
353
360
  <sub><b>Mahir Kadić</b></sub>
354
361
  </a>
355
- </td>
362
+ </td></tr>
363
+ <tr>
356
364
  <td align="center">
357
365
  <a href="https://github.com/Joehoel">
358
366
  <img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100;" alt="Joehoel"/>
359
367
  <br />
360
368
  <sub><b>Joël Kuijper</b></sub>
361
369
  </a>
362
- </td></tr>
363
- <tr>
370
+ </td>
364
371
  <td align="center">
365
372
  <a href="https://github.com/zamplyy">
366
373
  <img src="https://avatars.githubusercontent.com/u/26258710?v=4" width="100;" alt="zamplyy"/>
@@ -89,8 +89,8 @@
89
89
  <% } %>
90
90
 
91
91
  <% if (props.stylingPackage?.name === "unistyles") { %>
92
- "react-native-unistyles": "3.0.0-nightly-20250220",
93
- "react-native-nitro-modules": "0.22.1",
92
+ "react-native-unistyles": "3.0.0-beta.8",
93
+ "react-native-nitro-modules": "0.24.1",
94
94
  "react-native-edge-to-edge": "1.4.3",
95
95
  <% } %>
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.12.3-next.23deeea",
3
+ "version": "2.12.3-next.2ac5c4a",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",