create-expo-stack 2.5.0-next.cfc261a → 2.5.0-next.e5e8f32

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 +9 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,14 +12,17 @@
12
12
 
13
13
  ## Sponsors
14
14
 
15
- NativeWind
16
- Restyle
17
- StyleSheets
18
- Tamagui
19
-
20
15
  Support this project by <a href="https://github.com/sponsors/danstepanov" target="_blank">becoming a sponsor</a>. Your logo will show up here with a link to your website.
21
16
 
22
- <a href="https://galaxies.dev/" target="_blank" style="margin-top: 10px;margin-right: 10px; margin-bottom: 10px;" ><img src="https://expostack.dev/galaxies-logo.svg" style="border-radius: 50%;"></a> <a href="https://expo.dev/" target="_blank" style="margin: 10px;"><img src="https://expostack.dev/expo-logo.svg" style="border-radius: 50%;"></a>
17
+ <a href="https://galaxies.dev/" target="_blank" style="margin-top: 10px;margin-right: 10px; margin-bottom: 10px;" >
18
+ <img src="https://expostack.dev/galaxies-logo.svg" style="border-radius: 50%;">
19
+ </a>
20
+ <a href="https://expo.dev/" target="_blank" style="margin: 10px;">
21
+ <img src="https://expostack.dev/expo-logo.svg" style="border-radius: 50%;">
22
+ </a>
23
+ <a href="https://github.com/derkweijers" target="_blank" style="margin: 10px;">
24
+ <img src="https://avatars.githubusercontent.com/u/11644998?v=4" style="border-radius: 50%;">
25
+ </a>
23
26
 
24
27
  ## Description
25
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.5.0-next.cfc261a",
3
+ "version": "2.5.0-next.e5e8f32",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",