Open believer opened 8 months ago
Thanks for reporting this, this has previously been discussed in #1035, so closing it as a duplicate. Our current approach to Intl on iOS makes this difficult to implement, but we intend to redesign our Intl implementation in the long term to add support for a broader set of functionality.
Description
Intl.NumberFormat
has a notation option that handles truncating a number and displaying formatting as text. This doesn't work withnotation: 'compact'
and the associatedcompactDisplay
option.Might be related to facebook/hermes#1317
Steps to reproduce
React Native Version
0.73.4
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/dgxZ741GIb4EfFyAnyQYp
Screenshots and Videos