flexn-io / renative

🚀🚀🚀 Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
https://renative.org
MIT License
1.82k stars 180 forks source link

Create rnv cli command which only installs app and starts bundler #1320

Open pauliusguzas opened 11 months ago

pauliusguzas commented 11 months ago

Create rnv cli command which only installs app and starts bundler, so that user can devide rnv run into 2 commands which are rnv build and NEW COMMAND

pauliusguzas commented 4 weeks ago

First need to check if e2e automation can be made to work using production build and let appium control install/uninstall

pauliusguzas commented 23 hours ago

Results of investigation:

  1. Android and AndroidTV apps can be made to be build on Release config with making blank keystore file. e2e tests also pass with this implementation
  2. iOS apps can be made to be build on Release config without being signed in to xcode, e2e tests also pass with this implementation
  3. tvOS apps can't be made to be build on Relese config without being signed in to xcode Screenshot 2024-11-22 at 16 30 31 Screenshot 2024-11-22 at 16 30 38

codebase: https://github.com/flexn-io/renative/tree/chore/e2e-tests-using-builds