cli
cli copied to clipboard
React Native command line tools
Why can't we still support Java JDK 21 or even 25, since these are the stable LTS versions for a long time?
> Task :app:buildCMakeDebug[arm64-v8a] FAILED [Incubating] Problems report is available at: file:///C:/Users/Harsh%20Hingu/Documents/shoppingsearch/android/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all'...
## Environment ``` info Fetching system and libraries information... System: OS: macOS 26.1 CPU: (12) arm64 Apple M4 Pro Memory: 547.33 MB / 48.00 GB Shell: version: "5.9" path: /bin/zsh...
## Environment ## Description PS C:\VPS\golive> npx @react-native-community/cli@latest init ReactNativeMealsApp --template react-native-template-js ###### ###### ### #### #### ### ## ### ### ## ## #### ## ## #### ## ## ##...
## Description The `dependencyConfig` function in `packages/cli-config-android/src/config/index.ts` sets an incorrect default value for `cmakeListsPath` that applies to **all** dependencies, including pure C++ TurboModules. This causes build failures in host applications...
Hello, This seems related to a [new security advisory](https://github.com/advisories/GHSA-wqch-xfxh-vrr4) published yesterday. ``` # npm audit report body-parser =17.0.0 Depends on vulnerable versions of body-parser node_modules/@react-native-community/cli-server-api @react-native-community/cli >=17.0.0 Depends on vulnerable...
## Summary Continuation of the fix that landed in https://github.com/react-native-community/cli/commit/15089907d1f1301b22c72d7f68846a2ef20df547, that prevents RCE using a spoofed URL with `|` character, such as: https://evil.com?|calc.exe. cc @633kh4ck @mbaraniak-exodus
Hi maintainers 👋, We are currently using @react-native-community/cli v15.0.1 via our React Native toolchain, and we are tracking the recent security advisory regarding the Metro dev server RCE vulnerability (SA20251106-01...
## Summary In the current version of the React Native Community template, the `reactNativePath` is passed as - [`:path` argument for the `use_react_native` call](https://github.com/react-native-community/template/blob/e319a2fa9c12a78ad340a03dae7562ef975692c6/template/ios/Podfile#L21). - [Second argument for the `react_native_post_install`...
## Environment Name | Version -- | -- React Native | 0.81.0 Node | v18.20.8 Yarn | 3.6.4 OS | macOS (sequoia 15.6.1), chip: Apple M1 ## Description Current Behavior...