世博管理公司是否会对本地应用程序访问Intl校对器作出反应?
我在医务室里没看到但我想问一下。
想用它像这样分类。
import { createNewSortInstance } from 'fast-sort';
const naturalSort = createNewSortInstance({
comparer: new Intl.Collator(undefined, { numeric: true, sensitivity: 'base' }).compare,
});发布于 2022-03-02 22:01:12
它将出现在下一个SDK中,其中包括Reactinative65.0。见https://reactnative.dev/blog/2021/08/17/version-065#whats-new-in-hermes-08和https://expo.fyi/react-native-releases
https://stackoverflow.com/questions/67694333
复制相似问题