cli icon indicating copy to clipboard operation
cli copied to clipboard

React Native command line tools

Results 277 cli issues
Sort by recently updated
recently updated
newest added

Summary: --------- In https://github.com/react-native-community/cli/pull/2162 I added preferred device feature - it saves device id to cache, and then when running `run-ios` command it'll push preferred device to the beginning. For...

bugfix

Summary: --------- In `run-ios` command we prioritize simulators over devices: https://github.com/react-native-community/cli/blob/992d01dc2d985c9950acac5a5d4855f91d54fd74/packages/cli-platform-apple/src/commands/runCommand/createRun.ts#L225 but we're launching app first on a device then on a simulator, in this PR I switched the order...

bugfix

Summary: --------- Prettify `xcodebuild`error output if not using `xcpretty` or `xcbeautify`. **No formatter:** ![image](https://github.com/react-native-community/cli/assets/13985840/51afb99e-8e30-4ad0-86d7-0970dd6272e3) **Xcpretty:** **Xcbeautify:** Test Plan: ---------- 1. Init new project without installing Cocoapods 2. Run `ios` command...

## Background As part of the move to support changes in the [RFC-0759 React Native Frameworks](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0759-react-native-frameworks.md#template), we're going to have to come up with a semver based versioning scheme to...

question

error index.js: Cannot read properties of undefined (reading 'match'). TypeError: Cannot read properties of undefined (reading 'match') at countLines (C:\Lavoro\GitHub\ePublic\AppNuova\LaMiaCitta\node_modules\@react-native-community\cli-plugin-metro\node_modules\metro\src\lib\countLines.js:17:23) at transformJS (C:\Lavoro\GitHub\ePublic\AppNuova\LaMiaCitta\node_modules\@react-native-community\cli-plugin-metro\node_modules\metro-transform-worker\src\index.js:332:20) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async transformJSWithBabel (C:\Lavoro\GitHub\ePublic\AppNuova\LaMiaCitta\node_modules\@react-native-community\cli-plugin-metro\node_modules\metro-transform-worker\src\index.js:408:10)...

bug report

## Environment ## Description $npx react-native run-ios (node:23249) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning...

bug report

## Ask your Question Hi, I'm getting an error when extracting an APK from a react native project. I'm trying to create an APK with the .`/gradlew assembleDebug` command in...

question

## Android Studio - Required for building and installing your app on Android PS D:\android_workspace\reactstudy> npx react-native doctor Common ✓ Node.js - Required to execute JavaScript code ✓ yarn -...

question

## Environment ```System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M3 Pro Memory: 937.20 MB / 36.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.12.0 path: /opt/homebrew/bin/node Yarn:...

bug report

## Environment ``` System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M2 Pro Memory: 248.00 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.10.0 path: /usr/local/bin/node...

bug report