create-expo-stack 2.3.0-beta.01a66b5 → 2.3.0-beta.4d683e8

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 +28 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -95,6 +95,13 @@ Thanks go to these wonderful people:
95
95
  Ernesto Resende
96
96
  </a>
97
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>
98
105
  <td align="center" valign="top" width="14.28%">
99
106
  <a href="https://github.com/frankcalise/">
100
107
  <img src="https://pbs.twimg.com/profile_images/1262363198839238662/uIfRNVBY_400x400.jpg" width="100px;" alt="Frank Calise"/>
@@ -102,6 +109,15 @@ Thanks go to these wonderful people:
102
109
  Frank Calise
103
110
  </a>
104
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>
105
121
  <td align="center" valign="top" width="14.28%">
106
122
  <a href="https://twitter.com/mironcatalin">
107
123
  <img src="https://avatars.githubusercontent.com/u/2805320?v=4" width="100px;" alt="Catalin Miron"/>
@@ -109,8 +125,6 @@ Thanks go to these wonderful people:
109
125
  Catalin Miron
110
126
  </a>
111
127
  </td>
112
- </tr>
113
- <tr>
114
128
  <td align="center" valign="top" width="14.28%">
115
129
  <a href="https://twitter.com/PickleNik0864">
116
130
  <img src="https://pbs.twimg.com/profile_images/1694518037385244672/eaS0RTwB_400x400.jpg" width="100px;" alt="catalinmiron"/>
@@ -125,6 +139,8 @@ Thanks go to these wonderful people:
125
139
  Chris Bautista
126
140
  </a>
127
141
  </td>
142
+ </tr>
143
+ <tr>
128
144
  <td align="center" valign="top" width="14.28%">
129
145
  <a href="https://twitter.com/hugemathguy">
130
146
  <img src="https://pbs.twimg.com/profile_images/1503470123763617796/49xDaART_400x400.jpg" width="100px;" alt="Andrew Levy"/>
@@ -139,8 +155,6 @@ Thanks go to these wonderful people:
139
155
  Ali Zamani
140
156
  </a>
141
157
  </td>
142
- </tr>
143
- <tr>
144
158
  <td align="center" valign="top" width="14.28%">
145
159
  <a href="https://github.com/saimon24">
146
160
  <img src="https://avatars.githubusercontent.com/u/2514208?v=4" width="100px;" alt="Simon Grimm"/>
@@ -155,8 +169,17 @@ Thanks go to these wonderful people:
155
169
  Mat Warger
156
170
  </a>
157
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>
158
181
  <td align="center" valign="top" width="14.28%">
159
- <a href="https://twitter.com/b0iq_">
182
+ <a href="https://github.com/b0iq">
160
183
  <img src="https://avatars.githubusercontent.com/u/106549013?v=4" width="100px;" alt="b0iq"/>
161
184
  <br />
162
185
  b0iq
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.4d683e8",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",