Description
Environment
System:
OS: Linux 6.0 Pop!_OS 22.04 LTS
CPU: (16) x64 AMD Ryzen 9 5900HX with Radeon Graphics
Memory: 3.67 GB / 15.03 GB
Shell: 5.8.1 - /usr/bin/zsh
Binaries:
Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node
Yarn: 1.22.15 - ~/.nvm/versions/node/v16.16.0/bin/yarn
npm: 8.13.2 - ~/.nvm/versions/node/v16.16.0/bin/npm
Watchman: 2022.10.31.00 - /home/linuxbrew/.linuxbrew/bin/watchman
SDKs:
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java: Not Found
npmPackages:
@react-native-community/cli: Not Found
react: 18.1.0 => 18.1.0
react-native: ^0.70.5 => 0.70.5
npmGlobalPackages:
*react-native*: Not Found
Things I’ve done to figure out my issue
- I used upgrade-helper to do my upgrade.
Upgrading version
I've upgraded from 0.63.4 to 0.70.5
Description
The app functions fine, although since the update there have been 2 new warnings that I haven't yet been able to fix (the fibre warning and 501 too many calls), those don't seem to be impacting the app though.
When I want to debug the app, either via the browser debugger or VS Codes debugger, the app reloads (as expected) but stays on a blank screen. In the console I can see that React must have somewhat successfully mounted as I can see the logs of some network calls and useEffects, besides in the dev menu it still says "Debug" instead of "Stop Debugging" (though this is not always the case).
In Both cases (Browser and VS Code) it seems to be rapidly increasing memory consumption as my computer becomes sluggish for 15-30 seconds until the sluggishness stops. In the case of the browser, the debugger-ui tab crashes, in the case of VS code, nothing crashes.
I've been able to reproduce this on Windows as well (though I'm not sure about the memory part).
Reproducible demo
unfortunately not available :/