renative
renative copied to clipboard
[Android, AndroidTV, Androidwear] when user has only 1 sim, rnv forgets to ask for sim when it should and just launches that one sim
Describe the bug When user has only 1 sim, rnv forgets to ask for sim when it should and just launches that one sim
To Reproduce
- have 1 simulator installed in android studio
- Go to template-starter package (or harness)
- Do
npx rnv run -p android -t
-> sim is opened and app is installed and launched (should ask to choose) - delete default target from global renative.json
- Do
npx rnv run -p android
-> sim is opened and app is installed and launched (should ask to choose) - Do
npx rnv run -p android -t random_non_existing_name
-> sim is opened and app is installed and launched (should ask to choose)
Expected behavior rnv asks to choose from all targets
Desktop (please complete the following information):
- OS: macOS Ventura 13.5.2
- Node Version 18.19.0
- RNV Version 1.0.0-rc.10
Only 5th point at the moment is valid