cli
cli copied to clipboard
React Native command line tools
## Environment ``` info Fetching system and libraries information... System: OS: macOS 14.1.1 CPU: (8) arm64 Apple M1 Memory: 109.25 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries:...
Summary: --------- builds correctly but no idea if the config is right, needs to be tested Test Plan: ---------- - [ ] - builds without errors - [ ] -...
I use react native first time I can't fix it Android ✖ Adb - No devices and/or emulators connected. Please create emulator with Android Studio or connect Android device. ✓...
error Failed to launch emulator. Reason: The emulator (INFO | Storing crashdata in: C:\Users\cinar\AppData\Local\Temp\\AndroidEmulator\emu-crash-35.1.1.db, detection is enabled for process: 90424) quit before it finished opening. You can try starting the...
If I don't put ``` ``` First in the list in AndroidManifest.xml it does not pickup the MainActivity. If the list is not 1st, I get a mapping exception and...
Summary: --------- This Pull Request implements fetching only platform's specific properties. It means when passing `--platform` option to `config` command, config logic will only get platform's properties, because it doesn't...
Summary: --------- When using CLI with Node >= 21, there are deprecation warnings showing up in console, which can be traced to `[email protected]` which is a dependency of `node-fetch`. I've...
Bumps [semver](https://github.com/npm/node-semver) from 7.5.2 to 7.5.3. Release notes Sourced from semver's releases. v7.5.3 7.5.3 (2023-06-22) Bug Fixes abdd93d #571 set max lengths in regex for numeric and build identifiers (#571)...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
## Describe the Feature Experimental debugger support for custom hostnames. Currently the experimental debugger rejects all [requests that don't come from the `localhost` hostname](https://github.com/react-native-community/cli/blob/main/packages/cli-server-api/src/securityHeadersMiddleware.ts#L17). We are using the `--host` flag...