Skip to content

Releases: roninoss/create-expo-stack

[email protected]

07 Jan 06:20
7c034de
Compare
Choose a tag to compare

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]

24 Dec 03:10
Compare
Choose a tag to compare

Patch Changes

[email protected]

21 Dec 22:56
Compare
Choose a tag to compare

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]

19 Dec 09:18
Compare
Choose a tag to compare

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]

17 Dec 10:35
Compare
Choose a tag to compare

Patch Changes

  • #120 dc14b3d Thanks @gialencar! - Fix mismatching RootStackParamList type definition for DrawerNavigator

[email protected]

13 Dec 20:48
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Dec 23:55
Compare
Choose a tag to compare

Patch Changes

[email protected]

11 Dec 00:02
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Dec 19:50
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Dec 09:01
Compare
Choose a tag to compare

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