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
Opening / Expanding warning notification to view fullscreen message causes massive CPU spike that persists and starts heating up my mac until that view is closed.
Just warning notification
Viewing full details
Reproducible Demo
Simply add console.warn("Test") anywhere in your application and open details view.
The text was updated successfully, but these errors were encountered:
xzilja
changed the title
Warning / Yellow Box details ui spikes cpu usage in iOS
Opening Warning / Yellow Box details ui spikes CPU usage in iOS
Nov 5, 2018
The issue still occurs in 0.60.5 version of react-native, it wont happen every time but 40% of the time. When it happens you can see the yellow box at the bottom vibrating(small but visible). Its a serious issue where it pushes the mac to over 200% CPU usage, if not careful could seriously affect machines long time performance. Tested on emulator iPhone Xr in a new project. Not attaching image because its easily reproducible. @cpojer
facebook
locked as resolved and limited conversation to collaborators
Mar 26, 2020
Environment
Description
Opening / Expanding warning notification to view fullscreen message causes massive CPU spike that persists and starts heating up my mac until that view is closed.
Just warning notification
Viewing full details
Reproducible Demo
Simply add
console.warn("Test")
anywhere in your application and open details view.The text was updated successfully, but these errors were encountered: