mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 01:35:39 -04:00
Swap the hand-rolled `ToastView`/`ToastProvider`/queue system for the `burnt` library, which delegates to native iOS/Android toast APIs. - Add `burnt@0.13.0` dependency - Delete `toast.tsx` and `toast-provider.tsx`; remove `<ToastProvider />` from `_layout.tsx` - Rewrite `lib/toast.ts` to wrap `burnt` — maps success/error/info/warning to burnt presets and haptic types; duration converted from ms to seconds