react-native-format-currency
react-native-format-currency copied to clipboard
Feature request: Notation support
as react native have an issue on supporting notation format
https://github.com/facebook/hermes/issues/1035
is it possible to implement it to this library?
I have not used it personally but it seems like Format.JS offers polyfills for the Intl APIs. Seems like it is pure javascript so you should be able to use that.