Derek Watring
Results
1
comments of
Derek Watring
Similarly, for android this configuration is also not consistent: ``` const App = () => { return ( {new Intl.NumberFormat('en-US', {style: 'percent', signDisplay: 'always'}).format(.32)} {'\n'} {new Intl.NumberFormat('en-US', {style: 'percent', signDisplay:...