renative icon indicating copy to clipboard operation
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

Open pauliusguzas opened this issue 1 year ago • 1 comments

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

  1. have 1 simulator installed in android studio
  2. Go to template-starter package (or harness)
  3. Do npx rnv run -p android -t -> sim is opened and app is installed and launched (should ask to choose)
  4. delete default target from global renative.json
  5. Do npx rnv run -p android -> sim is opened and app is installed and launched (should ask to choose)
  6. 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

pauliusguzas avatar Feb 01 '24 13:02 pauliusguzas

Only 5th point at the moment is valid

pauliusguzas avatar May 27 '24 16:05 pauliusguzas