cli icon indicating copy to clipboard operation
cli copied to clipboard

React Native command line tools

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

Hi, when I try to run `react-native run-ios` or `react-native run-android` from my project folder in VSCode I get the following error: ``` error Cannot read properties of undefined (reading...

question

## Describe the Feature `npx react native upgrade` command does not support proxy, and throw error like: ``` info Fetching diff between v0.66.4 and v0.68.1... error request to https://raw.githubusercontent.com/react-native-community/rn-diff-purge/diffs/diffs/0.66.4..0.68.1.diff failed,...

feature request

Summary: --------- I would like to have autolinking respect native dependencies that defined in each workspace packages, not only on the package where we have `react-native` dep. I think it...

I am failing to install iOS dependencies using `pod install` annd after pressing enter button to run `pod install`. **Node Version:** v16.16.0 **NPM Version:** 8.11.0 > Working Process which I...

question

Summary: --------- Hey, so this is a WIP for listing available apple devices in an interactive cli prompt. The intention of this is to be able to let the user...

Summary: --------- Hey, just ran into this while working on a new feature. When pulling the devices via `xcrun simctl list devices --json` now, I don't actually get the `availability`...

## Describe the Feature Instead of passing the `--simulator "{some apple device simulator string}"` I would like an _interactive_ option to first list the available simulators and select the one...

feature request

## Ask your Question Hi , i face this isusse once i get new macbook m1 and try all solution and doen't get any one to solve this , can...

question

## Environment System: OS: macOS 12.3.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 809.65 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.15.0 - /usr/local/bin/node...

bug report

Summary: --------- Noticed that doctor does not create `.xcode.env` file when it should. It was happening because this command was failing silently: ```ts const templateIosPath = path.dirname( require.resolve('react-native/template/ios'), ); ```...