create-expo-stack 2.21.0-next.0cb36d0 → 2.21.0-next.7a731e6

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.
@@ -157,10 +157,20 @@
157
157
  <% if (props.packageManager === "yarn"){ %>
158
158
  "packageManager": "yarn@4.9.4",
159
159
  <% } %>
160
- <% if (props.stylingPackage?.name === "nativewind") { %>
160
+ <% if (props.stylingPackage?.name === "nativewind" && props.packageManager === "yarn") { %>
161
161
  "resolutions": {
162
162
  "lightningcss": "1.30.1"
163
163
  },
164
+ <% } else if (props.stylingPackage?.name === "nativewind" && props.packageManager === "pnpm") { %>
165
+ "pnpm": {
166
+ "overrides": {
167
+ "lightningcss": "1.30.1"
168
+ }
169
+ },
170
+ <% } else if (props.stylingPackage?.name === "nativewind") { %>
171
+ "overrides": {
172
+ "lightningcss": "1.30.1"
173
+ },
164
174
  <% } %>
165
175
  "private": true
166
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.21.0-next.0cb36d0",
3
+ "version": "2.21.0-next.7a731e6",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",