create-expo-stack 2.2.4 → 2.2.5
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.
|
@@ -94,10 +94,12 @@
|
|
|
94
94
|
"resolutions": {
|
|
95
95
|
"metro": "0.76.0",
|
|
96
96
|
"metro-resolver": "0.76.0"
|
|
97
|
+
"react-refresh": "~0.14.0"
|
|
97
98
|
},
|
|
98
99
|
"overrides": {
|
|
99
100
|
"metro": "0.76.0",
|
|
100
|
-
"metro-resolver": "0.76.0"
|
|
101
|
+
"metro-resolver": "0.76.0",
|
|
102
|
+
"react-refresh": "~0.14.0"
|
|
101
103
|
},
|
|
102
104
|
<% } else { %>
|
|
103
105
|
"main": "node_modules/expo/AppEntry.js",
|
|
@@ -117,4 +117,13 @@ const config = createTamagui({
|
|
|
117
117
|
}),
|
|
118
118
|
});
|
|
119
119
|
|
|
120
|
+
type AppConfig = typeof config;
|
|
121
|
+
|
|
122
|
+
// Enable auto-completion of props shorthand (ex: jc="center") for Tamagui templates.
|
|
123
|
+
// Docs: https://tamagui.dev/docs/core/configuration
|
|
124
|
+
|
|
125
|
+
declare module "tamagui" {
|
|
126
|
+
interface TamaguiCustomConfig extends AppConfig {}
|
|
127
|
+
}
|
|
128
|
+
|
|
120
129
|
export default config;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -86,20 +86,50 @@ Thanks go to these wonderful people:
|
|
|
86
86
|
<br />
|
|
87
87
|
Frank Calise
|
|
88
88
|
</a>
|
|
89
|
+
</td>
|
|
90
|
+
<td align="center" valign="top" width="14.28%">
|
|
91
|
+
<a href="https://twitter.com/mironcatalin">
|
|
92
|
+
<img src="https://avatars.githubusercontent.com/u/2805320?v=4" width="100px;" alt="Catalin Miron"/>
|
|
93
|
+
<br />
|
|
94
|
+
Catalin Miron
|
|
95
|
+
</a>
|
|
89
96
|
</td>
|
|
90
97
|
<td align="center" valign="top" width="14.28%">
|
|
91
98
|
<a href="https://twitter.com/PickleNik0864">
|
|
92
|
-
<img src="https://pbs.twimg.com/profile_images/1694518037385244672/eaS0RTwB_400x400.jpg" width="100px;" alt="
|
|
99
|
+
<img src="https://pbs.twimg.com/profile_images/1694518037385244672/eaS0RTwB_400x400.jpg" width="100px;" alt="catalinmiron"/>
|
|
93
100
|
<br />
|
|
94
101
|
PickleNik
|
|
95
102
|
</a>
|
|
96
103
|
</td>
|
|
97
|
-
|
|
104
|
+
</tr>
|
|
105
|
+
<tr>
|
|
106
|
+
<td align="center" valign="top" width="14.28%">
|
|
98
107
|
<a href="https://twitter.com/trashh_dev">
|
|
99
108
|
<img src="https://pbs.twimg.com/profile_images/1598959528518643713/aWdwBYxv_400x400.jpg" width="100px;" alt="Chris Bautista"/>
|
|
100
109
|
<br />
|
|
101
110
|
Chris Bautista
|
|
102
111
|
</a>
|
|
112
|
+
</td>
|
|
113
|
+
<td align="center" valign="top" width="14.28%">
|
|
114
|
+
<a href="https://twitter.com/hugemathguy">
|
|
115
|
+
<img src="https://pbs.twimg.com/profile_images/1503470123763617796/49xDaART_400x400.jpg" width="100px;" alt="Andrew Levy"/>
|
|
116
|
+
<br />
|
|
117
|
+
Andrew Levy
|
|
118
|
+
</a>
|
|
119
|
+
</td>
|
|
120
|
+
<td align="center" valign="top" width="14.28%">
|
|
121
|
+
<a href="https://twitter.com/alire74_">
|
|
122
|
+
<img src="https://pbs.twimg.com/profile_images/1680836863026765824/lrljy0sl_400x400.jpg" width="100px;" alt="Ali Zamani"/>
|
|
123
|
+
<br />
|
|
124
|
+
Ali Zamani
|
|
125
|
+
</a>
|
|
126
|
+
</td>
|
|
127
|
+
<td align="center" valign="top" width="14.28%">
|
|
128
|
+
<a href="https://twitter.com/mwarger">
|
|
129
|
+
<img src="https://avatars.githubusercontent.com/u/686823?v=4" width="100px;" alt="Mat Warger"/>
|
|
130
|
+
<br />
|
|
131
|
+
Mat Warger
|
|
132
|
+
</a>
|
|
103
133
|
</td>
|
|
104
134
|
<td align="center" valign="top" width="14.28%">
|
|
105
135
|
<a href="https://aodhan.netlify.app/">
|
|
@@ -108,6 +138,6 @@ Thanks go to these wonderful people:
|
|
|
108
138
|
Aodhan Hamilton
|
|
109
139
|
</a>
|
|
110
140
|
</td>
|
|
111
|
-
|
|
141
|
+
</tr>
|
|
112
142
|
</tbody>
|
|
113
143
|
</table>
|