Home
last modified time | relevance | path

Searched refs:getCalendars (Results 1 – 25 of 25) sorted by relevance

/expo/packages/expo-localization/src/
H A DLocalization.ts139 export const getCalendars = ExpoLocalization.getCalendars; constant
189 const calendars = useMemo(() => getCalendars(), [key]);
H A DExpoLocalization.ts159 getCalendars(): Calendar[] {
/expo/packages/expo-localization/build/
H A DLocalization.js121 export const getCalendars = ExpoLocalization.getCalendars; constant
169 const calendars = useMemo(() => getCalendars(), [key]);
H A DLocalization.d.ts110 export declare const getCalendars: () => import("./Localization.types").Calendar[]; constant
H A DExpoLocalization.d.ts18 getCalendars(): Calendar[];
H A DLocalization.js.map1getCalendars() instead.\n * The current time zone in display format.\n * On Web time zone is calcu…
H A DExpoLocalization.js134 getCalendars() { constant
H A DExpoLocalization.js.map1getCalendars(): Calendar[] {\n const locale = ((typeof Intl !== 'undefined'\n ? Intl.DateT…
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocalization.mdx28 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 Dlocalization.mdx28 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 Dlocalization.mdx28 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 Dlocalization.mdx28 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 DLocalizationModule.swift20 return Self.getCalendars() in definition()
101 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
/expo/ios/versioned/sdk48/ExpoLocalization/
H A DLocalizationModule.swift20 return Self.getCalendars() in definition()
119 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
/expo/ios/versioned/sdk49/ExpoLocalization/
H A DLocalizationModule.swift23 return Self.getCalendars() in definition()
164 static func getCalendars() -> [[String: Any?]] { in getCalendars() function
/expo/packages/expo-localization/ios/
H A DLocalizationModule.swift23 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 DLocalizationModule.kt40 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 DLocalizationModule.kt44 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 DLocalizationModule.kt50 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 DLocalizationModule.kt50 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 DLocalization.js68 const calendars = Localization.getCalendars();
/expo/apps/native-component-list/src/screens/
H A DLocalizationScreen.tsx108 <MonoText>{JSON.stringify(Localization.getCalendars(), null, 2)}</MonoText>
/expo/packages/expo-localization/
H A DCHANGELOG.md47 - 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 Dlocalization.mdx332 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 DCHANGELOG.md222 …- Fixed invalid timezone returned for `getCalendars` on Web. ([#22003](https://github.com/expo/exp…