如何将 Intl.NumberFormat 与本机反应一起使用?
Posted
技术标签:
【中文标题】如何将 Intl.NumberFormat 与本机反应一起使用?【英文标题】:How to use Intl.NumberFormat with react native? 【发布时间】:2019-03-19 15:30:38 【问题描述】:我试图在本机反应中将数字转换为价格格式。如何使用 https://developer.mozilla.org/en-US/docs/Web/javascript/Reference/Global_Objects/NumberFormat (Intl.NumberFormat) this 和 react native?
【问题讨论】:
【参考方案1】:看来您需要国际版的 JSC: 安卓:https://github.com/react-native-community/jsc-android-buildscripts#international-variant
对于 ios,您需要使用 Intl.js polyfill https://github.com/andyearnshaw/Intl.js/
【讨论】:
有没有可用的插件?以上是关于如何将 Intl.NumberFormat 与本机反应一起使用?的主要内容,如果未能解决你的问题,请参考以下文章
Intl.NumberFormat 返回数字和货币符号通过间距划分的结果
Intl.NumberFormat.formatToParts 不是函数