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

### Settings file 'D:\Tiofy(All Services)\Tiofy\android\settings.gradle' line: 3 A problem occurred evaluating settings 'android'. > ERROR: autolinkLibrariesFromCommand: process cmd /c npx @react-native-community/cli config exited with error code: 1 ### Below is...

bug report

Summary: --------- As highlighted in https://github.com/react-native-community/cli/issues/2221, the way some projects (like expo ones) define the `buildToolsVersion` is breaking `react-native doctor`. ```gradle buildscript { ext { buildToolsVersion = findProperty('android.buildToolsVersion') ?: '34.0.0'...

## Environment ``` System: OS: macOS 14.6 CPU: (16) arm64 Apple M3 Max Memory: 18.09 GB / 48.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.8.0 path: ~/.asdf/installs/nodejs/22.8.0/bin/node...

bug report

Summary: --------- It cannot access package name from `build.gradle` when the module is named differently than `app`. This PR is fixing it. Closes #2516 Test Plan: ---------- 1. Init fresh...

bugfix

## Environment macos ## Description Official npm registry url is hardcoded, the "cli" can't run successfully in closed environment. ## Reproducible Demo Run following command: `npx @react-native-community/cli@latest init AwesomeProject --verbose`

bug report

## Environment ``` System: OS: macOS 14.6.1 CPU: (12) arm64 Apple M2 Pro Memory: 435.45 MB / 32.00 GB Shell: version: 3.6.1 path: /opt/homebrew/bin/fish Binaries: Node: version: 22.7.0 path: /opt/homebrew/bin/node...

bug report

C:\Users\manis\OneDrive\Documents\React Native>npx react-native init app Running: npx @react-native-community/cli init Welcome to React Native! Learn once, write anywhere warn The directory app contains files that will be overwritten: .git √ Do...

bug report

## Environment info Fetching system and libraries information... System: OS: macOS 14.5 CPU: (8) arm64 Apple M2 Memory: 92.45 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node:...

bug report

## Environment ```System: OS: macOS 14.6.1 CPU: (8) arm64 Apple M1 Pro Memory: 104.22 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.0 path: ~/.nvm/versions/node/v18.18.0/bin/node Yarn:...

bug report

info Opening app on Android... info A dev server is already running for this project on port 8081. info Installing the app... > Task :gradle-plugin:settings-plugin:checkKotlinGradlePluginConfigurationErrors > Task :gradle-plugin:shared:checkKotlinGradlePluginConfigurationErrors > Task...

bug report