We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notation
See code below:
let formatter = Intl.NumberFormat('en', { notation: 'compact' }); formatter.format(10000) -> returns 10K on Android, but 10,000 on iOS
The text was updated successfully, but these errors were encountered:
Hey @andreialecu, thanks for reporting this. Closing this as a duplicate of #1035.
We're definitely aware of the current gaps in our Intl implementation, and are actively investigating ways to close them in the coming months.
Sorry, something went wrong.
No branches or pull requests
Problem
See code below:
The text was updated successfully, but these errors were encountered: