create-expo-stack 0.1.1 → 0.1.3
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/package.json +1 -1
- package/readme.md +30 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Description
|
|
6
6
|
|
|
7
|
-
This CLI tool is designed to help you get started with React Native and Expo as quickly as possible. The CLI options allow you to configure your project with Typescript, file-based routing with Expo Router, and/or Tailwind CSS with NativeWind.
|
|
7
|
+
This CLI tool is designed to help you get started with React Native and Expo as quickly as possible. The CLI options allow you to configure your project with Typescript, file-based routing with Expo Router, pure React-Navigation, and/or Tailwind CSS with NativeWind. Roadmap coming soon...
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
@@ -51,3 +51,32 @@ Contributions are welcome! Please open a pull request or an issue if you would l
|
|
|
51
51
|
Getting up-to-speed on a new framework can be cumbersome. If you find that you need to move more quickly, I may be available to help.
|
|
52
52
|
|
|
53
53
|
If you'd like help with your React Native/Expo app or are just looking for a technical advisor to guide you along your journey, [let's chat](https://twitter.com/danstepanov).
|
|
54
|
+
|
|
55
|
+
## Contributors ✨
|
|
56
|
+
|
|
57
|
+
Thanks go to these wonderful people:
|
|
58
|
+
|
|
59
|
+
<table>
|
|
60
|
+
<tbody>
|
|
61
|
+
<tr>
|
|
62
|
+
<td align="center" valign="top" width="14.28%">
|
|
63
|
+
<a href="https://onlydans.gg/">
|
|
64
|
+
<img src="https://pbs.twimg.com/profile_images/1669495865478885376/7hWQn7ub_400x400.jpg" width="100px;" alt="Dan Stepanov"/>
|
|
65
|
+
<br />
|
|
66
|
+
<sub>
|
|
67
|
+
<b>Dan Stepanov</b>
|
|
68
|
+
</sub>
|
|
69
|
+
</a>
|
|
70
|
+
</td>
|
|
71
|
+
<td align="center" valign="top" width="14.28%">
|
|
72
|
+
<a href="https://aodhan.netlify.app/">
|
|
73
|
+
<img src="https://pbs.twimg.com/profile_images/1472990183993888772/3X5J4d9__400x400.png" width="100px;" alt="Aodhan Hamilton"/>
|
|
74
|
+
<br />
|
|
75
|
+
<sub>
|
|
76
|
+
<b>Aodhan Hamilton</b>
|
|
77
|
+
</sub>
|
|
78
|
+
</a>
|
|
79
|
+
</td>
|
|
80
|
+
</tr>
|
|
81
|
+
</tbody>
|
|
82
|
+
</table>
|