Skip to content

Commit

Permalink
Make JS loading progress use tabular numbers
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #20076

Differential Revision: D14162853

Pulled By: cpojer

fbshipit-source-id: a07b80319e23f8969887522b8761a560e8a3a98e
  • Loading branch information
jacobp100 authored and facebook-github-bot committed Feb 21, 2019
1 parent fd96e2c commit 30f1381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion React/DevSupport/RCTDevLoadingView.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ - (void)setBridge:(RCTBridge *)bridge
// set a root VC so rotation is supported
self->_window.rootViewController = [UIViewController new];

self->_label.font = [UIFont systemFontOfSize:12.0];
self->_label.font = [UIFont monospacedDigitSystemFontOfSize:12.0
weight:UIFontWeightRegular];
self->_label.textAlignment = NSTextAlignmentCenter;
}

Expand Down

0 comments on commit 30f1381

Please sign in to comment.