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.

16 lines (15 loc) 276 B
/** * @type {import('@react-native-community/cli-types').UserDependencyConfig} */ module.exports = { dependency: { platforms: { android: { cmakeListsPath: 'generated/jni/CMakeLists.txt', }, }, }, codegen: { specsPackageName: "com.getdevicelocale", }, };