8000 Make JS loading progress use tabular numbers · devagul93/react-native@30f1381 · GitHub
Skip to content

Commit 30f1381

Browse files
jacobp100facebook-github-bot
authored andcommitted
Make JS loading progress use tabular numbers
Summary: Pull Request resolved: facebook#20076 Differential Revision: D14162853 Pulled By: cpojer fbshipit-source-id: a07b80319e23f8969887522b8761a560e8a3a98e
1 parent fd96e2c commit 30f1381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

React/DevSupport/RCTDevLoadingView.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ - (void)setBridge:(RCTBridge *)bridge
9090
// set a root VC so rotation is supported
9191
self->_window.rootViewController = [UIViewController new];
9292

93-
self->_label.font = [UIFont systemFontOfSize:12.0];
93+
self->_label.font = [UIFont monospacedDigitSystemFontOfSize:12.0
94+
weight:UIFontWeightRegular];
9495
self->_label.textAlignment = NSTextAlignmentCenter;
9596
}
9697

0 commit comments

Comments
 (0)