如何将Intl.NumberFormat与React Native一起使用?

时间:2018-10-15 08:40:41

标签: javascript react-native react-intl

我正在尝试将本机数字转换为价格格式。如何将https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat(Intl.NumberFormat)与本机反应一起使用?

1 个答案:

答案 0 :(得分:0)

看起来您需要国际版本的JSC: Android:https://github.com/react-native-community/jsc-android-buildscripts#international-variant

对于iOS,您需要使用Intl.js polyfill https://github.com/andyearnshaw/Intl.js/