We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce:
npx ignite-cli new PizzaApp2025b \ --bundle=com.pizzaapp2025b \ --git \ --install-deps \ --target-path=/Users/jh/Code/Temp/PizzaApp2025b \ --remove-demo=false \ --new-arch \ --experimental=expo-router \ --workflow=cng \ --no-timeout=false \ --state=mst
(Keep the demo code in, use expo router.)
npx ignite-cli@latest g screen About
It adds it to ./app/screens. Should be in ./src/app/screens, I believe.
./app/screens
./src/app/screens
10.1.6 (latest)
no
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Reproduce:
(Keep the demo code in, use expo router.)
It adds it to
./app/screens
. Should be in./src/app/screens
, I believe.Ignite version
10.1.6 (latest)
Additional info
no
The text was updated successfully, but these errors were encountered: