create-expo-stack 2.7.0-next.4dc0e0a → 2.7.0-next.ba3b85d
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/README.md
CHANGED
|
@@ -200,13 +200,6 @@ Thanks go to these wonderful people:
|
|
|
200
200
|
<sub><b>Null</b></sub>
|
|
201
201
|
</a>
|
|
202
202
|
</td>
|
|
203
|
-
<td align="center">
|
|
204
|
-
<a href="https://github.com/mrzachnugent">
|
|
205
|
-
<img src="https://avatars.githubusercontent.com/u/63797719?v=4" width="100;" alt="mrzachnugent"/>
|
|
206
|
-
<br />
|
|
207
|
-
<sub><b>Zach Nugent</b></sub>
|
|
208
|
-
</a>
|
|
209
|
-
</td>
|
|
210
203
|
<td align="center">
|
|
211
204
|
<a href="https://github.com/coyksdev">
|
|
212
205
|
<img src="https://avatars.githubusercontent.com/u/19565694?v=4" width="100;" alt="coyksdev"/>
|
|
@@ -220,15 +213,15 @@ Thanks go to these wonderful people:
|
|
|
220
213
|
<br />
|
|
221
214
|
<sub><b>Andrew Levy</b></sub>
|
|
222
215
|
</a>
|
|
223
|
-
</td
|
|
224
|
-
<tr>
|
|
216
|
+
</td>
|
|
225
217
|
<td align="center">
|
|
226
218
|
<a href="https://github.com/gialencar">
|
|
227
219
|
<img src="https://avatars.githubusercontent.com/u/11895696?v=4" width="100;" alt="gialencar"/>
|
|
228
220
|
<br />
|
|
229
221
|
<sub><b>Gilson Alencar</b></sub>
|
|
230
222
|
</a>
|
|
231
|
-
</td>
|
|
223
|
+
</td></tr>
|
|
224
|
+
<tr>
|
|
232
225
|
<td align="center">
|
|
233
226
|
<a href="https://github.com/mwarger">
|
|
234
227
|
<img src="https://avatars.githubusercontent.com/u/686823?v=4" width="100;" alt="mwarger"/>
|
|
@@ -263,15 +256,15 @@ Thanks go to these wonderful people:
|
|
|
263
256
|
<br />
|
|
264
257
|
<sub><b>Joar Karlsson</b></sub>
|
|
265
258
|
</a>
|
|
266
|
-
</td
|
|
267
|
-
<tr>
|
|
259
|
+
</td>
|
|
268
260
|
<td align="center">
|
|
269
261
|
<a href="https://github.com/Joehoel">
|
|
270
262
|
<img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100;" alt="Joehoel"/>
|
|
271
263
|
<br />
|
|
272
264
|
<sub><b>Joël Kuijper</b></sub>
|
|
273
265
|
</a>
|
|
274
|
-
</td>
|
|
266
|
+
</td></tr>
|
|
267
|
+
<tr>
|
|
275
268
|
<td align="center">
|
|
276
269
|
<a href="https://github.com/asapMaki">
|
|
277
270
|
<img src="https://avatars.githubusercontent.com/u/30200380?v=4" width="100;" alt="asapMaki"/>
|
|
@@ -11,7 +11,7 @@ export function ThemeToggle() {
|
|
|
11
11
|
return (
|
|
12
12
|
<LayoutAnimationConfig skipEntering>
|
|
13
13
|
<Animated.View
|
|
14
|
-
className="items-center justify-center"
|
|
14
|
+
className="h-6 w-6 items-center justify-center"
|
|
15
15
|
key={`toggle-${colorScheme}`}
|
|
16
16
|
entering={ZoomInRotate}>
|
|
17
17
|
<Pressable
|