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
Describe the bug Build and export commands ignore what is given in -c argument in cli
To Reproduce
currentAppConfigId
renative.local.json
npx rnv build -p tvos -s test -c template
pauliusguzas@MBP-de-Flexn template-starter % rnv build -p tvos -s test -c template ┌─────────────────────────────────────────────────────────────────┐ │ ██████╗ ███████╗███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗ │ │ ██╔══██╗██╔════╝████╗ ██║██╔══██╗╚══██╔══╝██║██║ ██║██╔════╝ │ │ ██████╔╝█████╗ ██╔██╗ ██║███████║ ██║ ██║██║ ██║█████╗ │ │ ██╔══██╗██╔══╝ ██║╚██╗██║██╔══██║ ██║ ██║╚██╗ ██╔╝██╔══╝ │ │ ██║ ██║███████╗██║ ╚████║██║ ██║ ██║ ██║ ╚████╔╝ ███████╗ │ │ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ │ │ 🚀 v:1.7.0-rc.0 | renative.org | 29/11/2024, 17:44:07 │ │ $ rnv build -p tvos -s test -c template │ └─────────────────────────────────────────────────────────────────┘ info: Current engine: @rnv/engine-rn-tvos (../engine-rn-tvos) task: ○ build ↺1 task: ○ package ↺1 task: ○ configure ↺1 task: ○ platform configure ↺1 task: ○ project configure ↺1 task: ○ workspace configure ↺1 task: ✔ workspace configure task: ○ app configure ↺1 ? Which one would you like to pick? (Use arrow keys) ❯ app template
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
ElenaDiachenko
No branches or pull requests
Describe the bug
Build and export commands ignore what is given in -c argument in cli
To Reproduce
currentAppConfigId
defined inrenative.local.json
under template or harnessnpx rnv build -p tvos -s test -c template
-> cli asks to choose app config even though user provided itDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: