react-native-format-currency icon indicating copy to clipboard operation
react-native-format-currency copied to clipboard

Feature request: Notation support

Open bryanprimus opened this issue 2 years ago • 1 comments

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?

bryanprimus avatar Oct 11 '23 15:10 bryanprimus

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.

jobpaardekooper avatar Oct 11 '23 17:10 jobpaardekooper