create-expo-stack 2.9.5 → 2.9.6
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 +12 -4
- package/build/templates/base/package.json.ejs +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -243,6 +243,13 @@ Thanks go to these wonderful people:
|
|
|
243
243
|
<sub><b>Gabimoncha</b></sub>
|
|
244
244
|
</a>
|
|
245
245
|
</td>
|
|
246
|
+
<td align="center">
|
|
247
|
+
<a href="https://github.com/claudesortwell">
|
|
248
|
+
<img src="https://avatars.githubusercontent.com/u/41422239?v=4" width="100;" alt="claudesortwell"/>
|
|
249
|
+
<br />
|
|
250
|
+
<sub><b>Claude</b></sub>
|
|
251
|
+
</a>
|
|
252
|
+
</td>
|
|
246
253
|
<td align="center">
|
|
247
254
|
<a href="https://github.com/gwenoleR">
|
|
248
255
|
<img src="https://avatars.githubusercontent.com/u/10418241?v=4" width="100;" alt="gwenoleR"/>
|
|
@@ -256,15 +263,15 @@ Thanks go to these wonderful people:
|
|
|
256
263
|
<br />
|
|
257
264
|
<sub><b>Jeff Boek</b></sub>
|
|
258
265
|
</a>
|
|
259
|
-
</td>
|
|
266
|
+
</td></tr>
|
|
267
|
+
<tr>
|
|
260
268
|
<td align="center">
|
|
261
269
|
<a href="https://github.com/zamplyy">
|
|
262
270
|
<img src="https://avatars.githubusercontent.com/u/26258710?v=4" width="100;" alt="zamplyy"/>
|
|
263
271
|
<br />
|
|
264
272
|
<sub><b>Joar Karlsson</b></sub>
|
|
265
273
|
</a>
|
|
266
|
-
</td
|
|
267
|
-
<tr>
|
|
274
|
+
</td>
|
|
268
275
|
<td align="center">
|
|
269
276
|
<a href="https://github.com/Joehoel">
|
|
270
277
|
<img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100;" alt="Joehoel"/>
|
|
@@ -299,7 +306,8 @@ Thanks go to these wonderful people:
|
|
|
299
306
|
<br />
|
|
300
307
|
<sub><b>Null</b></sub>
|
|
301
308
|
</a>
|
|
302
|
-
</td>
|
|
309
|
+
</td></tr>
|
|
310
|
+
<tr>
|
|
303
311
|
<td align="center">
|
|
304
312
|
<a href="https://github.com/debugtheworldbot">
|
|
305
313
|
<img src="https://avatars.githubusercontent.com/u/62830430?v=4" width="100;" alt="debugtheworldbot"/>
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"build:preview": "eas build --profile preview",
|
|
14
14
|
"build:prod": "eas build --profile production",
|
|
15
15
|
"prebuild": "expo prebuild",
|
|
16
|
+
<% } else if (props.stylingPackage?.name === "nativewind") { %>
|
|
17
|
+
"android": "expo start --android",
|
|
18
|
+
"ios": "expo start --ios",
|
|
19
|
+
"start": "expo start",
|
|
20
|
+
"prebuild": "expo prebuild",
|
|
16
21
|
<% } else { %>
|
|
17
22
|
"android": "expo start --android",
|
|
18
23
|
"ios": "expo start --ios",
|