create-expo-stack 2.3.0-beta.01a66b5 → 2.3.0-beta.2ed856f

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/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,6 @@ To get started, use npx to run the CLI tool. You will be prompted to opt into th
30
30
  `npx create-expo-stack@latest`
31
31
 
32
32
  <img src="https://github.com/danstepanov/create-expo-stack/assets/5482800/e709dd66-cb9b-463c-91f9-b842bb80585c" />
33
-
34
33
  ## Tech Stack for the templates
35
34
 
36
35
  Currently, all of the [templates](https://github.com/danstepanov/create-expo-stack/tree/main/cli/src/templates) 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.
@@ -175,4 +174,4 @@ Thanks go to these wonderful people:
175
174
 
176
175
  [downloads-image]: https://img.shields.io/npm/dm/create-expo-stack?color=364fc7&logoColor=364fc7
177
176
  [npm-url]: https://www.npmjs.com/package/create-expo-stack
178
- [npm-image]: https://img.shields.io/npm/v/create-expo-stack?color=0b7285&logoColor=0b7285
177
+ [npm-image]: https://img.shields.io/npm/v/create-expo-stack?color=0b7285&logoColor=0b7285
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.3.0-beta.01a66b5",
3
+ "version": "2.3.0-beta.2ed856f",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",