| /expo/packages/expo-localization/src/ |
| H A D | Localization.ts | 139 export const getCalendars = ExpoLocalization.getCalendars; constant 189 const calendars = useMemo(() => getCalendars(), [key]);
|
| H A D | ExpoLocalization.ts | 159 getCalendars(): Calendar[] {
|
| /expo/packages/expo-localization/build/ |
| H A D | Localization.js | 121 export const getCalendars = ExpoLocalization.getCalendars; constant 169 const calendars = useMemo(() => getCalendars(), [key]);
|
| H A D | Localization.d.ts | 110 export declare const getCalendars: () => import("./Localization.types").Calendar[]; constant
|
| H A D | ExpoLocalization.d.ts | 18 getCalendars(): Calendar[];
|
| H A D | Localization.js.map | 1 …getCalendars() instead.\n * The current time zone in display format.\n * On Web time zone is calcu…
|
| H A D | ExpoLocalization.js | 134 getCalendars() { constant
|
| H A D | ExpoLocalization.js.map | 1 …getCalendars(): Calendar[] {\n const locale = ((typeof Intl !== 'undefined'\n ? Intl.DateT…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | localization.mdx | 28 import { getLocales, getCalendars } from 'expo-localization'; 33 You can use synchronous `getLocales()` and `getCalendars()` methods to get the locale settings of t… 35 … keep the localization current, you can rerun the `getLocales()` and `getCalendars()` methods ever…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | localization.mdx | 28 import { getLocales, getCalendars } from 'expo-localization'; 33 You can use synchronous `getLocales()` and `getCalendars()` methods to get the locale settings of t… 35 … keep the localization current, you can rerun the `getLocales()` and `getCalendars()` methods ever…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | localization.mdx | 28 import { getLocales, getCalendars } from 'expo-localization'; 33 You can use synchronous `getLocales()` and `getCalendars()` methods to get the locale settings of t… 35 … keep the localization current, you can rerun the `getLocales()` and `getCalendars()` methods ever…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | localization.mdx | 28 import { getLocales, getCalendars } from 'expo-localization'; 33 You can use synchronous `getLocales()` and `getCalendars()` methods to get the locale settings of t… 35 … keep the localization current, you can rerun the `getLocales()` and `getCalendars()` methods ever…
|
| /expo/ios/versioned/sdk47/ExpoLocalization/ |
| H A D | LocalizationModule.swift | 20 return Self.getCalendars() in definition() 101 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
|
| /expo/ios/versioned/sdk48/ExpoLocalization/ |
| H A D | LocalizationModule.swift | 20 return Self.getCalendars() in definition() 119 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
|
| /expo/ios/versioned/sdk49/ExpoLocalization/ |
| H A D | LocalizationModule.swift | 23 return Self.getCalendars() in definition() 164 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
|
| /expo/packages/expo-localization/ios/ |
| H A D | LocalizationModule.swift | 23 return Self.getCalendars() in definition() 179 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localization/ |
| H A D | LocalizationModule.kt | 40 return@Function getCalendars() in <lambda>() 147 private fun getCalendars(): List<Map<String, Any?>> { in getCalendars() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localization/ |
| H A D | LocalizationModule.kt | 44 return@Function getCalendars() in <lambda>() 171 private fun getCalendars(): List<Map<String, Any?>> { in getCalendars() method in abi48_0_0.expo.modules.localization.LocalizationModule
|
| /expo/packages/expo-localization/android/src/main/java/expo/modules/localization/ |
| H A D | LocalizationModule.kt | 50 return@Function getCalendars() in <lambda>() 186 private fun getCalendars(): List<Map<String, Any?>> { in getCalendars() method in expo.modules.localization.LocalizationModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localization/ |
| H A D | LocalizationModule.kt | 50 return@Function getCalendars() in <lambda>() 194 private fun getCalendars(): List<Map<String, Any?>> { in getCalendars() method in abi49_0_0.expo.modules.localization.LocalizationModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Localization.js | 68 const calendars = Localization.getCalendars();
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | LocalizationScreen.tsx | 108 <MonoText>{JSON.stringify(Localization.getCalendars(), null, 2)}</MonoText>
|
| /expo/packages/expo-localization/ |
| H A D | CHANGELOG.md | 47 - Fixed invalid timezone returned for `getCalendars` on Web. ([#22003](https://github.com/expo/expo… 68 - Added two new synchronous functions: `getLocales` and `getCalendars`. ([#19019](https://github.co…
|
| /expo/docs/pages/guides/ |
| H A D | localization.mdx | 332 You can use synchronous `getLocales()` and `getCalendars()` methods to get the current locale setti… 336 `getCalendars()` returns a list of calendars based on the order in which the user prefers them. The… 339 import { getLocales, getCalendars } from 'expo-localization'; 353 const { calendar, timeZone, uses24hourClock, firstWeekday } = getCalendars()[0];
|
| /expo/ |
| H A D | CHANGELOG.md | 222 …- Fixed invalid timezone returned for `getCalendars` on Web. ([#22003](https://github.com/expo/exp…
|