Adam Oldfield

Results 2 comments of Adam Oldfield

@brentvatne I also found/find the documentation confusing and incomplete. The documentation for hooks, for instance, is explicit about platform support: https://docs.expo.dev/versions/latest/sdk/font/#hooks While the leading examples and recommendations at the top...

@brentvatne coming back to this documentation on another topic, the documentation on loading vector icon fonts is bugged. https://docs.expo.dev/develop/user-interface/fonts/#handle-expovector-icons-initial-load ``` import { useFonts } from 'expo-font'; import Ionicons from '@expo/vector-icons/Ionicons';...