Skip to content

expo-font-fix

@ide ide tagged this 01 Dec 06:50
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
Assets 2
Loading