Releases: roninoss/create-expo-stack
[email protected]
Patch Changes
0587729
Thanks @danstepanov! - support kebab case for cli flags such as --no-install and --no-git, migrate tests to use kebab case, expand test coverage to ensure flags are working properly
[email protected]
Patch Changes
- #145
f7cfd23
Thanks @frankcalise! - Fixes hot refresh when using yarn with expo-router
[email protected]
Patch Changes
-
#129
278eefc
Thanks @sammoore! - refactor(commands): get projectName before branching off into CLI -
#140
283dab2
Thanks @sammoore! - feat: add --overwrite flag to ignore an existing directory -
#139
88fd2be
Thanks @sammoore! - fix: prompt/interaction causes immediate failure/exit after existsAsync check -
#141
667abf1
Thanks @sammoore! - fix: successfully exit interactive CLI when user cancels/exits with interrupt -
#139
0728ea9
Thanks @sammoore! - fix: do not ask to remove existing directory when non-interactive -
#137
1ba99e8
Thanks @sammoore! - feat: re-throw error on exit to indicate execution failure, show error diagnostics
[email protected]
Patch Changes
-
#133
263009a
Thanks @finnbayer! - added .env to .gitignore when firebase or supabase is used -
3a8c3a9
Thanks @danstepanov! - check if pwd already contains folder with set project name, offer to delete if so -
#130
6bb80a7
Thanks @finnbayer! - changed metro.config.js to ejs to take expo-router into account -
#132
9335094
Thanks @finnbayer! - moved the addition of the project name to the target to the end to avoid incorrect replacements
[email protected]
Patch Changes
- #120
dc14b3d
Thanks @gialencar! - Fix mismatching RootStackParamList type definition for DrawerNavigator
[email protected]
Patch Changes
-
#116
00e8846
Thanks @danstepanov! - only show package manager of choice if user selected one, for non-interactive mode -
#116
1e24623
Thanks @danstepanov! - address package manager undefined issues
[email protected]
Patch Changes
-
#114
8bf2016
Thanks @danstepanov! - only show package manager of choice if user selected one, for non-interactive mode -
#114
2be9ec7
Thanks @danstepanov! - address package manager undefined issues
[email protected]
Patch Changes
49df44d
Thanks @danstepanov! - ensure installation uses the desired packageManager
[email protected]
Patch Changes
93015ea
Thanks @danstepanov! - add package manager prompt to CLI
[email protected]
Patch Changes
cda57ac
Thanks @danstepanov! - set default boolean values for cli flags, add stylesheet as default styling package if no styling package is passed in to non-interactive mode