create-expo-stack 2.2.0 → 2.2.1
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 +3 -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, configuration-based navigation via React-Navigation,
|
|
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, configuration-based navigation via React-Navigation, styling with StyleSheets, Tamagui, or NativeWind, and authentication via Supabase or Firebase.
|
|
8
8
|
|
|
9
9
|
You can also use flags such as `--noInstall`, `--noGit`, and `--default` in order to customize your project. The CLI will attempt to automatically determine your package manager of choice but you can also pass in your preferred package manager via `--npm`, `--yarn`, `--pnpm`, or `--bun`. Roadmap coming soon...
|
|
10
10
|
|
|
@@ -40,6 +40,8 @@ Each project is generated based on the results of the CLI, on a per-file basis.
|
|
|
40
40
|
| Tamagui | UI Framework | v1 | Universal UI with a smart optimizing compiler |
|
|
41
41
|
| Safe Area Context | Safe Area Library | v4 | Safe area support |
|
|
42
42
|
| React Native Web | Web Support | v0.19 | React Native for Web |
|
|
43
|
+
| Firebase | Backend and Auth | v10 | Cloud-hosted NoSQL database from Google |
|
|
44
|
+
| Supabase | Backend and Auth | v2 | Open source Firebase alternative |
|
|
43
45
|
|
|
44
46
|
## Reporting Bugs & Feedback
|
|
45
47
|
|