3.2.0
3.2.0 (2024-02-12)
Features
-
add support for custom app fonts (#1828) (a9ff329)
Fonts added to the "resources" field in
app.json
are now properly registered and available for use in JS. Note that the font name used for thefontFamily
property may differ between Android and iOS/macOS. Android uses the filename (without extension) as the id. On iOS/macOS, check the docs: Adding a Custom Font to Your App