create-expo-stack 2.1.15 → 2.1.16

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.
@@ -9,12 +9,10 @@ npm-debug.*
9
9
  *.mobileprovision
10
10
  *.orig.*
11
11
  web-build/
12
- <% if (props.navigationPackage?.name === "expo-router") { %>
13
- expo-env.d.ts
14
- <% } %>
15
- <% if (props.navigationPackage?.name === "tamagui") { %>
16
- .tamagui/
17
- <% } %>
12
+ <% if (props.navigationPackage?.name === "expo-router") { %># expo router
13
+ expo-env.d.ts<% } %>
14
+ <% if (props.stylingPackage?.name === "tamagui") { %># tamagui
15
+ .tamagui/<% } %>
18
16
 
19
17
  # macOS
20
18
  .DS_Store
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "create-expo-stack CLI",
5
5
  "private": false,
6
6
  "types": "build/types/types.d.ts",