Skip to content

v2.8.9

Choose a tag to compare

@igorzheludkov igorzheludkov released this 15 Aug 11:04
· 102 commits to main since this release

Fixed

  • 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).