create-expo-stack 2.11.22 → 2.11.23

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
@@ -47,7 +47,7 @@ You can also use flags such as `--noInstall`, `--noGit`, and `--default` in orde
47
47
 
48
48
  To get started, use npx to run the CLI tool. You will be prompted to opt into the features you want to use.
49
49
 
50
- `npx create-expo-stack`
50
+ `npx create-expo-stack@latest`
51
51
 
52
52
  <img src="https://github.com/roninoss/create-expo-stack/assets/5482800/e709dd66-cb9b-463c-91f9-b842bb80585c" />
53
53
 
@@ -71,7 +71,7 @@ Each project is generated based on the results of the CLI, on a per-file basis.
71
71
  | Expo Status Bar | Status Bar Library | v1 | Status bar support |
72
72
  | Expo System UI | System UI Library | v2 | System UI support |
73
73
  | Expo Web Browser | Web Browser Library | v12 | Open links in the browser |
74
- | NativeWind | UI Framework | v4 | Tailwind CSS for React Native |
74
+ | NativeWind | UI Framework | v4.1 | Tailwind CSS for React Native |
75
75
  | Restyle | UI Framework | v2 | Theme-based styling library for React Native |
76
76
  | Tamagui | UI Framework | v1 | Universal UI with a smart optimizing compiler |
77
77
  | Unistyles | UI Framework | v2 | Superset of StyleSheet |
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  <% if (props.stylingPackage?.name === "nativewind" || props.stylingPackage?.name === "nativewindui") { %>
32
- "nativewind": "^4.0.1",
32
+ "nativewind": "next",
33
33
  <% } %>
34
34
  <% if (props.stylingPackage?.name === "nativewindui") { %>
35
35
  "@roninoss/icons": "^0.0.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.11.22",
3
+ "version": "2.11.23",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",