Searched refs:textInfo (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-localization/src/ |
| H A D | ExpoLocalization.ts | 14 textInfo: { direction: 'ltr' | 'rtl' }; 135 : { region: null, textInfo: null, language: null }; 136 const { region, textInfo, language } = locale; constant 148 textDirection: (textInfo?.direction as 'ltr' | 'rtl') || null,
|
| /expo/packages/expo-localization/build/ |
| H A D | ExpoLocalization.js | 113 : { region: null, textInfo: null, language: null }; 114 const { region, textInfo, language } = locale; 123 textDirection: textInfo?.direction || null,
|
| H A D | ExpoLocalization.js.map | 1 …textInfo: { direction: 'ltr' | 'rtl' };\n timeZones: string[];\n weekInfo: { firstDay: numbe…
|
| H A D | Localization.types.js.map | 1 …out support for the [textInfo](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/G…
|