Home
last modified time | relevance | path

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

12

/expo/packages/html-elements/src/elements/__tests__/
H A DText-test.tsx21 Time,
76 it(`renders Time`, () => {
77 const tree = renderer.create(<Time dateTime="2001-05-15T19:00">May 15</Time>);
/expo/apps/native-component-list/src/screens/
H A DDateTimePickerScreen.web.tsx4 export default () => <Text>Date Time Picker is not implemented on web</Text>;
H A DHTMLElementsScreen.tsx35 Time,
106 <Time>Feb 2020</Time>
/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts17 export declare const Time: ComponentType<TimeProps>; constant
H A DText.d.ts16 export declare const Time: React.ComponentType<TimeProps>; constant
H A D_Text.web.js43 export const Time = forwardRef(({ style, ...props }, ref) => { constant
H A DText.js46 export const Time = forwardRef(({ dateTime, ...props }, ref) => { constant
/expo/apps/test-suite/tests/
H A DHTML.js37 Time,
68 Time,
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.ios170 exports[`renders Time 1`] = `
H A DText-test.tsx.snap.android170 exports[`renders Time 1`] = `
H A DText-test.tsx.snap.web127 exports[`renders Time 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb23 $START_TIME = Time.now.to_i
168 Pod::UI.puts "Pod install took #{Time.now.to_i - $START_TIME} [s] to run".green
/expo/docs/components/base/languages/
H A Druby.ts102 …ss|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb24 $START_TIME = Time.now.to_i
229 Pod::UI.puts "Pod install took #{Time.now.to_i - $START_TIME} [s] to run".green
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb24 $START_TIME = Time.now.to_i
252 Pod::UI.puts "Pod install took #{Time.now.to_i - $START_TIME} [s] to run".green
/expo/apps/native-component-list/src/screens/InAppPurchases/
H A DInAppPurchases.tsx122 <Text>Purchase Time: {record.purchaseTime}</Text>
128 <Text>Original Purchase Time: {record.originalPurchaseTime}</Text>
/expo/packages/html-elements/src/elements/
H A DText.tsx63 export const Time = forwardRef(({ dateTime, ...props }: TimeProps, ref) => {
H A D_Text.web.tsx60 export const Time = forwardRef(({ style, ...props }: TimeProps, ref) => {
/expo/docs/pages/accounts/
H A Dtwo-factor.mdx18 Expo accepts any authenticator app that supports Time-based One-time Passwords (TOTP) including:
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesErrorRecovery.m391 return [NSString stringWithFormat:@"Time: %f\nName: %@\nReason: %@\n\n",
402 …NSMutableString *serialization = [[NSString stringWithFormat:@"Time: %f\nDomain: %@\nCode: %li\nDe…
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesErrorRecovery.m391 return [NSString stringWithFormat:@"Time: %f\nName: %@\nReason: %@\n\n",
402 …NSMutableString *serialization = [[NSString stringWithFormat:@"Time: %f\nDomain: %@\nCode: %li\nDe…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dbackground-fetch.mdx145 2. Select `Time Profiler`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dbackground-fetch.mdx147 2. Select `Time Profiler`
/expo/docs/pages/versions/unversioned/sdk/
H A Dbackground-fetch.mdx157 2. Select `Time Profiler`
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dbackground-fetch.mdx157 2. Select `Time Profiler`

12