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