expo-font-fix
Instead of `import { Font } from 'expo-font'` we now have `import * as Font from 'expo-font'`. (In the cases where you use only a few named exports, this opens the path to dead-export elimination in some bundlers.)
Test plan: made this change locally in my node_modules and loaded in NCL in the Expo repo