create-expo-stack 0.0.15 → 0.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "create-expo-stack CLI",
5
5
  "private": false,
6
6
  "types": "build/types/types.d.ts",
package/readme.md CHANGED
@@ -12,6 +12,8 @@ To get started, use npx to run the CLI tool. You will be prompted to opt into th
12
12
 
13
13
  `npx create-expo-stack@latest`
14
14
 
15
+ ![](https://github.com/danstepanov/create-expo-stack/assets/5482800/9338f907-3a42-4fbb-ad16-eb4edd2439bb)
16
+
15
17
  ## Tech Stack for the templates
16
18
 
17
19
  Currently, all of the [templates](https://github.com/danstepanov/create-expo-stack) use the same versions of the following libraries. Not all of the templates include all of the libraries, but they are all available for use.