create-expo-stack 2.3.0-beta.fb044c8 → 2.3.0

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 +30 -6
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -30,6 +30,7 @@ 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
+
33
34
  ## Tech Stack for the templates
34
35
 
35
36
  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.
@@ -94,6 +95,13 @@ Thanks go to these wonderful people:
94
95
  Ernesto Resende
95
96
  </a>
96
97
  </td>
98
+ <td align="center" valign="top" width="14.28%">
99
+ <a href="https://github.com/hqasmei">
100
+ <img src="https://avatars.githubusercontent.com/u/39573679?v=4" width="100px;" alt="Hosna Qasmei"/>
101
+ <br />
102
+ Hosna Qasmei
103
+ </a>
104
+ </td>
97
105
  <td align="center" valign="top" width="14.28%">
98
106
  <a href="https://github.com/frankcalise/">
99
107
  <img src="https://pbs.twimg.com/profile_images/1262363198839238662/uIfRNVBY_400x400.jpg" width="100px;" alt="Frank Calise"/>
@@ -101,6 +109,15 @@ Thanks go to these wonderful people:
101
109
  Frank Calise
102
110
  </a>
103
111
  </td>
112
+ </tr>
113
+ <tr>
114
+ <td align="center" valign="top" width="14.28%">
115
+ <a href="https://github.com/sammoore">
116
+ <img src="https://avatars.githubusercontent.com/u/2035492?v=4" width="100px;" alt="Sam Moore"/>
117
+ <br />
118
+ Sam Moore
119
+ </a>
120
+ </td>
104
121
  <td align="center" valign="top" width="14.28%">
105
122
  <a href="https://twitter.com/mironcatalin">
106
123
  <img src="https://avatars.githubusercontent.com/u/2805320?v=4" width="100px;" alt="Catalin Miron"/>
@@ -108,8 +125,6 @@ Thanks go to these wonderful people:
108
125
  Catalin Miron
109
126
  </a>
110
127
  </td>
111
- </tr>
112
- <tr>
113
128
  <td align="center" valign="top" width="14.28%">
114
129
  <a href="https://twitter.com/PickleNik0864">
115
130
  <img src="https://pbs.twimg.com/profile_images/1694518037385244672/eaS0RTwB_400x400.jpg" width="100px;" alt="catalinmiron"/>
@@ -124,6 +139,8 @@ Thanks go to these wonderful people:
124
139
  Chris Bautista
125
140
  </a>
126
141
  </td>
142
+ </tr>
143
+ <tr>
127
144
  <td align="center" valign="top" width="14.28%">
128
145
  <a href="https://twitter.com/hugemathguy">
129
146
  <img src="https://pbs.twimg.com/profile_images/1503470123763617796/49xDaART_400x400.jpg" width="100px;" alt="Andrew Levy"/>
@@ -138,8 +155,6 @@ Thanks go to these wonderful people:
138
155
  Ali Zamani
139
156
  </a>
140
157
  </td>
141
- </tr>
142
- <tr>
143
158
  <td align="center" valign="top" width="14.28%">
144
159
  <a href="https://github.com/saimon24">
145
160
  <img src="https://avatars.githubusercontent.com/u/2514208?v=4" width="100px;" alt="Simon Grimm"/>
@@ -154,8 +169,17 @@ Thanks go to these wonderful people:
154
169
  Mat Warger
155
170
  </a>
156
171
  </td>
172
+ </tr>
173
+ <tr>
174
+ <td align="center" valign="top" width="14.28%">
175
+ <a href="https://github.com/kratos-respawned">
176
+ <img src="https://avatars.githubusercontent.com/u/87561983?v=4" width="100px;" alt="kratos-respawned"/>
177
+ <br />
178
+ Gaurav Bhandari
179
+ </a>
180
+ </td>
157
181
  <td align="center" valign="top" width="14.28%">
158
- <a href="https://twitter.com/b0iq_">
182
+ <a href="https://github.com/b0iq">
159
183
  <img src="https://avatars.githubusercontent.com/u/106549013?v=4" width="100px;" alt="b0iq"/>
160
184
  <br />
161
185
  b0iq
@@ -174,4 +198,4 @@ Thanks go to these wonderful people:
174
198
 
175
199
  [downloads-image]: https://img.shields.io/npm/dm/create-expo-stack?color=364fc7&logoColor=364fc7
176
200
  [npm-url]: https://www.npmjs.com/package/create-expo-stack
177
- [npm-image]: https://img.shields.io/npm/v/create-expo-stack?color=0b7285&logoColor=0b7285
201
+ [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.fb044c8",
3
+ "version": "2.3.0",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,8 @@
30
30
  "prepublishOnly": "bun run build",
31
31
  "publishPublic": "bun run build && npm publish --access public",
32
32
  "snapupdate": "jest --updateSnapshot",
33
- "watch": "bun test --watch"
33
+ "test:watch": "bun test --watch",
34
+ "test": "bun test --timeout 25000"
34
35
  },
35
36
  "husky": {
36
37
  "hooks": {