Szymon Rybczak

Results 38 comments of Szymon Rybczak

If anyone wants to grab some issue to fix, here's pretty easy one https://github.com/react-native-community/cli/issues/2127 🙌

Closing since it's done by https://github.com/react-native-community/cli/pull/1676.

Hey @esthor, recently @adamTrz fixed error with getting devices and simulators in CLI https://github.com/react-native-community/cli/pull/1823 and basically there was a change from `xcrun xctrace list devices` to `xcrun xcdevice list --json`,...

hey @olawalejuwonm, you need to use Yarn with `nodeLinker: node-modules`, make sure that you're not using PnP.

Closing since it's done by https://github.com/facebook/react-native/pull/36115 😄

Hey, since the `upgrade` command was changed to just link to upgrade helper in https://github.com/react-native-community/cli/pull/1879 - I'm closing this issue because it's outdated.

Hey @jonrigerths2 this is broken in `0.72` version, but there's created [fix for this](https://github.com/react-native-community/cli/pull/2043), and we're waiting for release 👍

So it looks like this issue no longer occurs - I ran `npx react-native run-android --port 8088` and packager started on 8088 port, and emulator connected to the packager without...