You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating my application, from version .066.5 to .074.5 only IOS does not connect to the metro (it is not possible to reload, shake the device) however the application is built on my emulator, I can use it normally, but without the connection to my environment in dev
No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.
info Reloading connected app(s)...
On Android the situation is normal after the upgrade, everything working correctly.
Reproducible demo
private app =[
The text was updated successfully, but these errors were encountered:
Environment
System:
OS: macOS 14.6.1
CPU: (8) arm64 Apple M1
Memory: 746.08 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.15.1
path: /opt/homebrew/opt/node@20/bin/node
Yarn:
version: 1.22.22
path: /opt/homebrew/bin/yarn
npm:
version: 10.7.0
path: /opt/homebrew/opt/node@20/bin/npm
Watchman:
version: 2024.09.09.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK:
API Levels:
- "21"
- "30"
- "33"
- "34"
- "34"
- "34"
- "35"
Build Tools:
- 29.0.2
- 30.0.2
- 30.0.3
- 33.0.3
- 34.0.0
- 35.0.0
System Images:
- android-34 | Google APIs ARM 64 v8a
- android-VanillaIceCream | Google APIs Experimental 16k Page Size ARM 64
v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.15989.150.2411.11948838
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.11
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.5
wanted: 0.74.5
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Things I’ve done to figure out my issue
Upgrading version
0.74.5
from 0.66.5
Description
After updating my application, from version .066.5 to .074.5 only IOS does not connect to the metro (it is not possible to reload, shake the device) however the application is built on my emulator, I can use it normally, but without the connection to my environment in dev
No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.
info Reloading connected app(s)...
On Android the situation is normal after the upgrade, everything working correctly.
Reproducible demo
private app =[
The text was updated successfully, but these errors were encountered: