mirror of
https://github.com/siop-spelev/siop2.git
synced 2026-08-08 20:51:53 +00:00
SDK 57 deprecates the module-level functions (deleteAsync included) in favor of the File/Directory classes, and now throws at runtime in dev instead of just warning — surfaced as a red-box crash on the Assistant screen right after transcription (found in recette, 02/08). The dictée purge in cloture.tsx uses the exact same call and was silently affected too. Fix: import from 'expo-file-system/legacy' in both — same function signature, no behavior change, just the non-deprecated entry point. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>