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

6 lines (5 loc) 152 B
export const numberFormat = ( value: any, locale: string = "en-GB", options: any = {}, ) => new Intl.NumberFormat(locale, options).format(value);