| /expo/ |
| H A D | .swiftlint.yml | 106 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 D | getOrPromptApplicationId.ts | 71 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 D | Callout.test.tsx | 30 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 D | index.tsx | 12 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 D | index.tsx | 37 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 D | theme.ts | 147 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 D | View.tsx | 87 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 D | warnings.js.map | 1 …warning","chalk","yellow","bold","gray"],"sources":["../../src/utils/warnings.ts"],"sourcesContent…
|
| H A D | warnings.js | 49 function formatWarning(platform, property, warning, link) { argument 50 …return _chalk().default.yellow`${'» ' + _chalk().default.bold(platform)}: ${property}: ${warning}$…
|
| /expo/home/menu/ |
| H A D | DevMenuTaskInfo.tsx | 87 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 D | Toasts.tsx | 21 <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 D | HapticsModule.swift | 31 case warning 38 case .warning: in toFeedbackType() 39 return .warning in toFeedbackType()
|
| /expo/ios/versioned/sdk48/ExpoHaptics/ |
| H A D | HapticsModule.swift | 31 case warning 38 case .warning: in toFeedbackType() 39 return .warning in toFeedbackType()
|
| /expo/ios/versioned/sdk47/ExpoHaptics/ |
| H A D | HapticsModule.swift | 31 case warning 38 case .warning: in toFeedbackType() 39 return .warning in toFeedbackType()
|
| /expo/ios/versioned/sdk49/ExpoHaptics/ |
| H A D | HapticsModule.swift | 31 case warning 38 case .warning: in toFeedbackType() 39 return .warning in toFeedbackType()
|
| /expo/packages/expo-router/build/views/ |
| H A D | Toast.d.ts | 6 export declare function Toast({ children, filename, warning, }: { 9 warning?: boolean;
|
| /expo/docs/components/plugins/permissions/ |
| H A D | AndroidPermissions.tsx | 53 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 D | WarningBox.tsx | 35 <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 D | warnings.ts | 44 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 D | WarningIcon.tsx | 6 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 D | index.ts | 21 warning: string | null; 36 warning: string | null;
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/defaultmodules/ |
| H A D | ErrorManagerModule.kt | 27 fun reportWarningToLogBox(warning: String) { in reportWarningToLogBox() 32 putString("message", warning) in reportWarningToLogBox()
|
| /expo/packages/expo-router/src/views/ |
| H A D | Toast.tsx | 39 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 D | ABI49_0_0Geometry.h | 18 #warning \
|
| H A D | ABI49_0_0conversions.h | 23 #warning \
|