Home
last modified time | relevance | path

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

12345678910>>...13

/expo/
H A D.swiftlint.yml106 warning: 30
128 warning: 12
157 warning: 5
165 warning: 850
184 warning: 250
196 warning: 35
239 warning: 10
256 warning: 160
273 mark: warning
352 warning: 750
[all …]
/expo/packages/@expo/cli/src/utils/
H A DgetOrPromptApplicationId.ts71 const warning = await getBundleIdWarningAsync(bundleIdentifier); constant
72 if (warning && !(await warnAndConfirmAsync(warning))) {
89 async function warnAndConfirmAsync(warning: string): Promise<boolean> {
91 Log.warn(warning);
176 const warning = await getPackageNameWarningAsync(packageName); constant
177 if (warning && !(await warnAndConfirmAsync(warning))) {
/expo/docs/ui/components/Callout/
H A DCallout.test.tsx30 it('renders callout with default icon from warning type', () => {
31 render(<Callout type="warning">Hello</Callout>);
33 expect(screen.getByRole('img')).toHaveClass('icon-sm text-warning');
42 it('renders callout with warning style from warning type', () => {
43 render(<Callout type="warning">Hello</Callout>);
46 theme.background.warning
50 it('renders callout with error style from warning type', () => {
58 it('renders callout with info style from warning type', () => {
79 <ReactMarkdown components={{ blockquote: Callout }}>{`> **warning** Hello`}</ReactMarkdown>
84 theme.background.warning
H A Dindex.tsx12 type CalloutType = 'default' | 'warning' | 'error' | 'info';
39 const finalType = ['warning', 'error', 'info'].includes(extractedType) ? extractedType : type;
60 case 'warning':
73 case 'warning':
84 case 'warning':
85 return 'text-warning';
140 backgroundColor: theme.background.warning,
141 borderColor: theme.border.warning,
/expo/home/screens/AccountModal/
H A Dindex.tsx37 bg="warning"
40 style={{ borderWidth: 1, borderColor: theme.border.warning }}>
43 name={Platform.select({ ios: 'ios-warning', default: 'md-warning' })}
45 lightColor={theme.text.warning}
46 darkColor={theme.text.warning}
51 <Text color="warning" type="InterSemiBold">
56 <Text color="warning" type="InterRegular">
/expo/packages/expo-dev-client-components/src/
H A Dtheme.ts147 warning: { color: lightTheme.text.warning }, constant
163 warning: { color: darkTheme.text.warning }, constant
177 warning: { backgroundColor: lightTheme.background.warning }, constant
186 warning: { backgroundColor: darkTheme.background.warning }, constant
228 warning: { borderColor: lightTheme.border.warning, borderWidth: 1 },
234 warning: { borderColor: darkTheme.border.warning, borderWidth: 1 },
H A DView.tsx87 warning: { borderColor: lightTheme.border.warning, borderWidth: 1 },
261 warning: { backgroundColor: lightTheme.status.warning },
282 warning: { backgroundColor: darkTheme.status.warning },
/expo/packages/@expo/config-plugins/build/utils/
H A Dwarnings.js.map1warning","chalk","yellow","bold","gray"],"sources":["../../src/utils/warnings.ts"],"sourcesContent…
H A Dwarnings.js49 function formatWarning(platform, property, warning, link) { argument
50 …return _chalk().default.yellow`${'» ' + _chalk().default.bold(platform)}: ${property}: ${warning}$…
/expo/home/menu/
H A DDevMenuTaskInfo.tsx87 bg="warning"
88 border="warning"
97 name={Platform.select({ ios: 'ios-warning', default: 'md-warning' })}
99 color={theme.text.warning}
100 lightColor={theme.text.warning}
101 darkColor={theme.text.warning}
107 color="warning"
/expo/packages/expo-dev-launcher/bundle/components/
H A DToasts.tsx21 <View bg="warning" padding="medium" rounded="medium" border="warning">
27 <Heading color="warning" size="small" style={{ top: 1 }}>
35 <Text size="small" color="warning">
/expo/packages/expo-haptics/ios/
H A DHapticsModule.swift31 case warning
38 case .warning: in toFeedbackType()
39 return .warning in toFeedbackType()
/expo/ios/versioned/sdk48/ExpoHaptics/
H A DHapticsModule.swift31 case warning
38 case .warning: in toFeedbackType()
39 return .warning in toFeedbackType()
/expo/ios/versioned/sdk47/ExpoHaptics/
H A DHapticsModule.swift31 case warning
38 case .warning: in toFeedbackType()
39 return .warning in toFeedbackType()
/expo/ios/versioned/sdk49/ExpoHaptics/
H A DHapticsModule.swift31 case warning
38 case .warning: in toFeedbackType()
39 return .warning in toFeedbackType()
/expo/packages/expo-router/build/views/
H A DToast.d.ts6 export declare function Toast({ children, filename, warning, }: {
9 warning?: boolean;
/expo/docs/components/plugins/permissions/
H A DAndroidPermissions.tsx53 warning,
68 <P css={(warning || explanation) && descriptionSpaceStyle}>{description}</P>
70 {!!warning && (
71 <Callout css={quoteStyle} type="warning">
72 {warning}
75 {explanation && !warning && (
/expo/home/screens/ProjectScreen/
H A DWarningBox.tsx35 <View bg="warning" border="warning" rounded="large" padding="medium">
36 <Text color="warning" type="InterRegular" size="medium">
/expo/packages/@expo/config-plugins/src/utils/
H A Dwarnings.ts44 function formatWarning(platform: string, property: string, warning: string, link?: string) {
45 return chalk.yellow`${'» ' + chalk.bold(platform)}: ${property}: ${warning}${
/expo/packages/expo-dev-client-components/src/icons/
H A DWarningIcon.tsx6 const lightIcon = require('../../assets/warning-triangle-icon-light.png');
7 const icon = require('../../assets/warning-triangle-icon.png');
/expo/docs/components/plugins/permissions/data/
H A Dindex.ts21 warning: string | null;
36 warning: string | null;
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/defaultmodules/
H A DErrorManagerModule.kt27 fun reportWarningToLogBox(warning: String) { in reportWarningToLogBox()
32 putString("message", warning) in reportWarningToLogBox()
/expo/packages/expo-router/src/views/
H A DToast.tsx39 warning,
43 warning?: boolean;
64 {!warning && <ActivityIndicator color="white" />}
65 {warning && <Image source={require('expo-router/assets/error.png')} style={styles.icon} />}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0Geometry.h18 #warning \
H A DABI49_0_0conversions.h23 #warning \

12345678910>>...13