【发布时间】:2019-03-19 15:30:38
【问题描述】:
我试图在本机反应中将数字转换为价格格式。如何使用 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat (Intl.NumberFormat) this 和 react native?
【问题讨论】:
标签: javascript react-native react-intl
我试图在本机反应中将数字转换为价格格式。如何使用 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat (Intl.NumberFormat) this 和 react native?
【问题讨论】:
标签: javascript react-native react-intl
看来您需要国际版的 JSC: 安卓:https://github.com/react-native-community/jsc-android-buildscripts#international-variant
对于 iOS,您需要使用 Intl.js polyfill https://github.com/andyearnshaw/Intl.js/
【讨论】: