Results 6 issues of Mila

## Description - Allows unknown cli options for integrations, since they're not known when `commander` is being set up. - Adds some TODO comments for other cli issues. - update...

e2e

## Description Cherry-picks #1664 into `release/1.1`. `release/1.1` should be merged into `main` after this is merged.

**Is your feature request related to a problem? Please describe.** To automate caching of rnv templates, we need to be able to run `rnv new` with a path to a...

enhancement

**Describe the bug** `templateAndroid` `child_value` is not placed inside the xml tag. Also, `ResourceStrings` in the `react-native-maps` plugin template should be updated to `strings_xml`. https://github.com/flexn-io/renative/blob/f0decfff7b474aa82929075485b880e3f6d31cf5/packages/config-templates/renative.templates.json#L2915-L2923 **To Reproduce** Run `npx rnv...

bug

**Describe the bug** When running an integration that supports only one platform, rnv asks to select a platform from all platforms. **To Reproduce** In rnv app-harness, run `npx rnv starter...

bug

**Describe the bug** `commandExistsSync("somecmd")` returns false if `somecmd` doesn't support the `--version` option or exits with a non-zero exit code. **To Reproduce** Call `commandExistsSync("unzip")`. **Expected behavior** It should return `true`,...

bug