cli
cli copied to clipboard
React Native command line tools
version 0.75.4 FAILURE: Build failed with an exception. * Where: Script '/Users/emirbayir/Desktop/uskudarmobileapp/node_modules/@react-native-community/cli-platform-android/native_modules.gradle' line: 418 * What went wrong: Could not compile script '/Users/emirbayir/Desktop/uskudarmobileapp/node_modules/@react-native-community/cli-platform-android/native_modules.gradle'. > startup failed: script '/Users/emirbayir/Desktop/uskudarmobileapp/node_modules/@react-native-community/cli-platform-android/native_modules.gradle': 418: [Static...
## Summary PR adding the cli side of https://github.com/facebook/react-native/pull/54382 which lets the library include `hasCodegenPrefab` option in their `react-native.config.js` file. ## Test Plan ## Checklist - [ ] Documentation is...
## Summary Currently if we are using a third-party registry, we are unable to initialize a react-native project under either of the following conditions: 1. The registry requires authentication 2....
## Summary Add opt-in support for autolinking native peer dependencies (closes #870). At the moment the CLI only autolinks packages that are listed directly in an app’s `package.json`, so native...
## Environment node: v24.7.0 OS: macOS 15.6.1 ## Description When running ``` npx @react-native-community/cli@latest init AwesomeProject ``` I get the following error: ``` error Invalid Version: latest. TypeError: Invalid Version:...
## CVE-2024-29415 in npm package ip Are there any plans of replacing this dep? It appears to no longer be maintained.
## Summary Right now, a fresh clone of this repository does not work on Windows under either PowerShell or cmd prompts. This is due to some simple reasons (OS-specific path...