cli
cli copied to clipboard
React Native command line tools
## Environment System: OS: macOS 11.6 CPU: (8) x64 Apple M1 Memory: 786.74 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.18.1 - /usr/local/bin/node Yarn: 1.22.17 - /usr/local/bin/yarn...
I would like to ask how to debug the code in [native-module.gradle](https://github.com/react-native-community/cli/blob/master/packages/platform-android/native_modules.gradle,). Currently I can debug build.gradle with breakpoints, but the breakpoints in native-module.gradle do not work. thank you very...
## Describe the Feature The `doctor` tool only supports version checking with SemVer. Watchman has switched from using SemVer to CalVer in their versioning, so it always shows as failing...
## Environment I am upgrading two react native project from 0.59.10 to 0.63.2. The project A was successfully upgraded. But facing a problem with the project B (**only for ios....
Node: 14.16.1 npm: 7.20.1 symbolic link has in node_modules `npm i` `react-native link xxx` ``` warn Calling react-native link [packageName] is deprecated in favor of autolinking. It will be removed...
## Environment System: OS: macOS 10.15.6 CPU: (4) x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz Memory: 153.58 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.16.1 - /usr/local/bin/node...
## Describe the Feature It would be great if we could include options for the `gradle build` command, or overwrite them completely Here is the related source https://github.com/react-native-community/cli/blob/master/packages/platform-android/src/commands/runAndroid/index.ts#L204 This would...
Hi I'm trying to get the basic [React Native tutorial here][1] set up, under the CLI quickstart tab, but I keep running into issues. Here are the specifics of my...
## Description ### iOS After upgrading our brownfield project from `0.59.9` to `0.62.0` I encounter the following error when trying to run `pod install`: ``` > pod install [!] Invalid...
Developing on Windows does not allow one to build ios projects. Trying to link fonts yields in an unhandled exception because the CLI tries to read from a non-existing plist...