We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8e665 commit 9047193Copy full SHA for 9047193
src/utils/constants.ts
@@ -20,6 +20,3 @@ export const INHERITABLE_FONT_STYLES = [
20
21
// Only components that are allowed as children of <Text> components
22
export const VALID_TEXT_CHILDREN_TYPES = ['text'];
23
-
24
-// Font displayed if San Francisco fonts are not found
25
-export const APPLE_BROKEN_SYSTEM_FONT = '.AppleSystemUIFont';
0 commit comments