Skip to content

Commit

Permalink
fix(cli): fix issue with workflow prompt values (#2821 by @frankcalise)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
frankcalise authored Oct 29, 2024
1 parent e562229 commit f2cdd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,12 @@ module.exports = {
message: "How do you want to manage Native code?",
choices: [
{
name: "CNG",
name: "cng",
message: "Via Expo's Continuous Native Generation - Recommended [Default]",
value: "cng",
},
{
name: "Manual",
name: "manual",
message: "Manual - commits android/ios directories",
value: "manual",
},
Expand Down

0 comments on commit f2cdd00

Please sign in to comment.