Searched refs:dateTime (Results 1 – 12 of 12) sorted by relevance
| /expo/android/expoview/src/test/java/host/exp/exponent/ |
| H A D | NotificationTest.kt | 22 val dateTime = ExecutionTime.forCron(cron).nextExecution(testDate) in calendarNextExecutionTestOne() constant 23 Assert.assertEquals(DateTime(2020, 12, 10, 0, 0, 0), dateTime) in calendarNextExecutionTestOne() 39 val dateTime = ExecutionTime.forCron(cron).nextExecution(testDate) in calendarNextExecutionTestTwo() constant 40 Assert.assertEquals(DateTime(2019, 5, 17, 8, 0, 0), dateTime) in calendarNextExecutionTestTwo() 55 val dateTime = ExecutionTime.forCron(cron).nextExecution(testDate) in calendarNextExecutionTestThree() constant 56 Assert.assertEquals(DateTime(2019, 5, 17, 8, 25, 30), dateTime) in calendarNextExecutionTestThree()
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Text.types.ts | 8 export type TimeProps = React.PropsWithChildren<TextProps & { dateTime?: string }>;
|
| H A D | Text.tsx | 62 // Extract dateTime to prevent passing it to the native Text element 63 export const Time = forwardRef(({ dateTime, ...props }: TimeProps, ref) => {
|
| /expo/packages/html-elements/build/elements/ |
| H A D | Text.types.d.ts | 10 dateTime?: string;
|
| H A D | Text.types.js.map | 1 …ng }>;\n\nexport type TimeProps = React.PropsWithChildren<TextProps & { dateTime?: string }>;\n\ne…
|
| H A D | Text.js | 46 export const Time = forwardRef(({ dateTime, ...props }, ref) => { field
|
| H A D | Text.js.map | 1 …<PreProps>;\n\n// Extract dateTime to prevent passing it to the native Text element\nexport const …
|
| /expo/packages/html-elements/src/elements/__tests__/ |
| H A D | Text-test.tsx | 77 const tree = renderer.create(<Time dateTime="2001-05-15T19:00">May 15</Time>);
|
| /expo/packages/html-elements/ |
| H A D | README.md | 532 - `dateTime` prop is supported on web and stripped on native.
|
| /expo/packages/expo-updates/ |
| H A D | CHANGELOG.md | 87 - Last check dateTime should come from native. ([#23692](https://github.com/expo/expo/pull/23692) b…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1144 …:'h:mm:ss a z',medium:'h:mm:ss a',short:'h:mm a'},defaultWidth:'full'}),dateTime:(0,l.default)({fo… 1167 …:h=c.dateTime({width:'short'});break;case'PP':h=c.dateTime({width:'medium'});break;case'PPP':h=c.d…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1145 …:'h:mm:ss a z',medium:'h:mm:ss a',short:'h:mm a'},defaultWidth:'full'}),dateTime:(0,l.default)({fo… 1168 …:h=c.dateTime({width:'short'});break;case'PP':h=c.dateTime({width:'medium'});break;case'PPP':h=c.d…
|