AwesomeLabs / react-native-format-currency

A lightweight international currency formatter for React Native & Expo (iOS and Android).
MIT License
28 stars 9 forks source link

Feature request: Notation support #7

Open bryanltobing opened 11 months ago

bryanltobing commented 11 months ago

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?

jobpaardekooper commented 11 months ago

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.