UNPKG

react-native-get-device-locale

Version:

react-native-get-device-locale is a lightweight and efficient React Native module that provides easy access to the device's locale.

2 lines (1 loc) 82 B
export declare function getDeviceLocale(defaultLocale?: string): Promise<string>;