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
The free-tier 80%/100% usage-cap LogBox notifications (added in 2.8.8) were pushed at level="warning" with expanded=false — per this codebase's own pushLogBox doc, that combination is stored but never visually shown unless LogBox happens to already be open, so the notification was effectively silent for most users. Now pushed with expanded=true to force the full-screen view open, without switching to level="error" (which would make a usage notice look like the app broke).