[docs] fix links to reanimated docs (#24101)
[docs] Add missing icon on BoxLink for docs in Home route (#24085)
[expo-font][docs] Examples should include error handling (#23868)Our examples of `useFonts()` usage do not include error handling. Because of this, a customer can have trouble debugging the proble
[expo-font][docs] Examples should include error handling (#23868)Our examples of `useFonts()` usage do not include error handling. Because of this, a customer can have trouble debugging the problem if there is an error in loading fonts -- in our examples, the splash screen will never hide. (See https://github.com/expo/expo/issues/21885 for such an issue.) I've updated the examples to show correct error handling. # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
[docs] fix link in fonts.mdx (#23598)
[docs] Clean up `public/static` folder (#23574)
[docs] Tweak headers and BoxLinks to API reference (#22560)
[docs] small improvements to staring pages, support image in BoxLink (#22502)
[docs] Update links to Apple's Icon Guidelines (#22401)
[docs] Update App icon to add info about monochrome Image (#22276)Co-authored-by: Kim Brandwijk <[email protected]>
[docs] Remove /home directory structure and make all directories top level (#22068)