Bug Description
Hermes git revision (if applicable):
React Native version: 81.5 (expo)
OS: iOS
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64):
Steps To Reproduce
Run the code:
const number = new Intl.NumberFormat('en-US', {
style: "currency",
currency: 'USD',
currencyDisplay: "name",
maximumFractionDigits: 0,
});
console.log(formatted.format(1)); -> 1.00 US dollars
The Expected Behavior
1 US dollar