Skip to content

Commit 9047193

Browse files
committed
Remove the APPLE_BROKEN_SYSTEM_FONT constant
1 parent af8e665 commit 9047193

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ export const INHERITABLE_FONT_STYLES = [
2020

2121
// Only components that are allowed as children of <Text> components
2222
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

Comments
 (0)