UNPKG

@freakycoder/react-native-helpers

Version:

All helpers in one; iPhone series support, dimensions helper, hasNotch helper, normalize text helper and text helpers for React Native with very easy use

2 lines 157 B
export const numberFormat = (value, locale = "en-GB", options = {}) => new Intl.NumberFormat(locale, options).format(value); //# sourceMappingURL=Text.js.map