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.
- package/package.json +1 -1
- package/readme.md +2 -0
package/package.json
CHANGED
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
|
+

|
|
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.
|