create-expo-stack 2.11.8-next.e326bbb → 2.11.9-next.220ca66

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
@@ -108,17 +108,17 @@ Thanks go to these wonderful people:
108
108
  </a>
109
109
  </td>
110
110
  <td align="center">
111
- <a href="https://github.com/sammoore">
112
- <img src="https://avatars.githubusercontent.com/u/2035492?v=4" width="100;" alt="sammoore"/>
111
+ <a href="https://github.com/dannyhw">
112
+ <img src="https://avatars.githubusercontent.com/u/3481514?v=4" width="100;" alt="dannyhw"/>
113
113
  <br />
114
- <sub><b>Sam Moore</b></sub>
114
+ <sub><b>Daniel Williams</b></sub>
115
115
  </a>
116
116
  </td>
117
117
  <td align="center">
118
- <a href="https://github.com/dannyhw">
119
- <img src="https://avatars.githubusercontent.com/u/3481514?v=4" width="100;" alt="dannyhw"/>
118
+ <a href="https://github.com/sammoore">
119
+ <img src="https://avatars.githubusercontent.com/u/2035492?v=4" width="100;" alt="sammoore"/>
120
120
  <br />
121
- <sub><b>Daniel Williams</b></sub>
121
+ <sub><b>Sam Moore</b></sub>
122
122
  </a>
123
123
  </td>
124
124
  <td align="center">
@@ -229,6 +229,13 @@ Thanks go to these wonderful people:
229
229
  <sub><b>Gerald</b></sub>
230
230
  </a>
231
231
  </td>
232
+ <td align="center">
233
+ <a href="https://github.com/AlejandroGutierrezB">
234
+ <img src="https://avatars.githubusercontent.com/u/56408597?v=4" width="100;" alt="AlejandroGutierrezB"/>
235
+ <br />
236
+ <sub><b>Alejandro Gutierrez Barcenilla</b></sub>
237
+ </a>
238
+ </td>
232
239
  <td align="center">
233
240
  <a href="https://github.com/andrew-levy">
234
241
  <img src="https://avatars.githubusercontent.com/u/29075740?v=4" width="100;" alt="andrew-levy"/>
@@ -256,15 +263,15 @@ Thanks go to these wonderful people:
256
263
  <br />
257
264
  <sub><b>Gabimoncha</b></sub>
258
265
  </a>
259
- </td>
266
+ </td></tr>
267
+ <tr>
260
268
  <td align="center">
261
269
  <a href="https://github.com/debugtheworldbot">
262
270
  <img src="https://avatars.githubusercontent.com/u/62830430?v=4" width="100;" alt="debugtheworldbot"/>
263
271
  <br />
264
272
  <sub><b>Pipizhu</b></sub>
265
273
  </a>
266
- </td></tr>
267
- <tr>
274
+ </td>
268
275
  <td align="center">
269
276
  <a href="https://github.com/bautistaaa">
270
277
  <img src="https://avatars.githubusercontent.com/u/3660667?v=4" width="100;" alt="bautistaaa"/>
@@ -299,15 +306,15 @@ Thanks go to these wonderful people:
299
306
  <br />
300
307
  <sub><b>Mahir Kadić</b></sub>
301
308
  </a>
302
- </td>
309
+ </td></tr>
310
+ <tr>
303
311
  <td align="center">
304
312
  <a href="https://github.com/Joehoel">
305
313
  <img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100;" alt="Joehoel"/>
306
314
  <br />
307
315
  <sub><b>Joël Kuijper</b></sub>
308
316
  </a>
309
- </td></tr>
310
- <tr>
317
+ </td>
311
318
  <td align="center">
312
319
  <a href="https://github.com/zamplyy">
313
320
  <img src="https://avatars.githubusercontent.com/u/26258710?v=4" width="100;" alt="zamplyy"/>
@@ -19,7 +19,7 @@
19
19
  ,[
20
20
  "expo-dev-launcher",
21
21
  {
22
- "launchModeExperimental": "most-recent"
22
+ "launchMode": "most-recent"
23
23
  }
24
24
  ]
25
25
  <% } %>
@@ -38,7 +38,7 @@
38
38
  "experiments": {
39
39
  "tsconfigPaths": true
40
40
  },
41
- <% } %>
41
+ <% } %>
42
42
  "plugins": [
43
43
  <% if (props.internalizationPackage?.name === "i18next") { %>
44
44
  "expo-localization"
@@ -50,7 +50,7 @@
50
50
  [
51
51
  "expo-dev-launcher",
52
52
  {
53
- "launchModeExperimental": "most-recent"
53
+ "launchMode": "most-recent"
54
54
  }
55
55
  ]
56
56
  <% } %>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.11.8-next.e326bbb",
3
+ "version": "2.11.9-next.220ca66",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/roninoss/create-expo-stack.git",
8
8
  "directory": "cli"
9
9
  },
10
- "homepage": "https://createexpostack.com",
10
+ "homepage": "https://rn.new",
11
11
  "license": "MIT",
12
12
  "types": "build/types/types.d.ts",
13
13
  "bin": {