| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | warnings.ts | 16 export function addWarningAndroid(property: string, text: string, link?: string) { 17 console.warn(formatWarning('android', property, text, link)); 31 export function addWarningIOS(property: string, text: string, link?: string) { 32 console.warn(formatWarning('ios', property, text, link)); 39 link?: string 41 console.warn(formatWarning(platform, property, text, link)); 44 function formatWarning(platform: string, property: string, warning: string, link?: string) { 46 link ? chalk.gray(' ' + link) : ''
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | warnings.js | 28 function addWarningAndroid(property, text, link) { argument 29 console.warn(formatWarning('android', property, text, link)); 43 function addWarningIOS(property, text, link) { argument 44 console.warn(formatWarning('ios', property, text, link)); 46 function addWarningForPlatform(platform, property, text, link) { argument 47 console.warn(formatWarning(platform, property, text, link)); 49 function formatWarning(platform, property, warning, link) { argument 50 …halk().default.bold(platform)}: ${property}: ${warning}${link ? _chalk().default.gray(' ' + link) …
|
| H A D | warnings.d.ts | 13 export declare function addWarningAndroid(property: string, text: string, link?: string): void; 25 export declare function addWarningIOS(property: string, text: string, link?: string): void; 26 …ngForPlatform(platform: ModPlatform & string, property: string, text: string, link?: string): void;
|
| H A D | warnings.js.map | 1 …link","console","warn","formatWarning","addWarningIOS","addWarningForPlatform","platform","warning…
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | html.ts | 9 .map((link) => { 10 let linkTag = `<link rel="${link.rel}"`; 12 if (link.href) linkTag += ` href="${link.href}"`; 13 if (link.as) linkTag += ` as="${link.as}"`;
|
| /expo/packages/expo-dev-menu-interface/ios/Tests/ |
| H A D | DevMenuLinkTest.swift | 9 let link = DevMenuLink(withTarget: "target-1") in spec() variable 10 link.glyphName = { "link-1-glyph" } in spec() 11 link.label = { "link-1-label" } in spec() 13 let serilizedData = link.serialize() in spec() 15 expect(serilizedData["type"] as? Int).to(equal(ItemType.link.rawValue)) in spec()
|
| /expo/docs/scripts/ |
| H A D | test-links.js | 33 for (const link of externalLinks) { 34 const response = await page.goto(`${url}${link}`); 42 console.info(`Redirected from ${link} to ${page.url()}`); 51 redirectsFailed.push(link); 56 console.debug(`Couldn't find ${link}`); 57 notFound.push(link);
|
| /expo/packages/expo-maps/build/ |
| H A D | GeoJson.js.map | 1 …link PolygonProps}\n */\n fillColor?: string | Color;\n /**\n * See {@link P…
|
| /expo/packages/@expo/cli/e2e/__tests__/export/ |
| H A D | single-page-app.test.ts | 141 links.forEach((link) => { 143 expect(link.attributes.href).toMatch(/^\/_expo\/static\/css\/.*\.css$/); 147 /<link rel="preload" href="\/_expo\/static\/css\/global-[\d\w]+\.css" as="style">/ 150 /<link rel="stylesheet" href="\/_expo\/static\/css\/global-[\d\w]+\.css">/ 154 /<link rel="preload" href="\/_expo\/static\/css\/test\.module-[\d\w]+\.css" as="style">/ 157 /<link rel="stylesheet" href="\/_expo\/static\/css\/test\.module-[\d\w]+\.css">/
|
| H A D | base-path.test.ts | 87 const links = indexHtml.querySelectorAll('html > head > link').filter((link) => { 89 return link.attributes.as !== 'font'; 92 const cssFiles = links.map((link) => link.attributes.href); 101 const fontFiles = fontLinks.map((link) => link.attributes.href);
|
| /expo/tools/src/android-update-native-dependencies/ |
| H A D | utils.ts | 9 const link = dependenciesChangelogs[dependency] ?? fallbackLink; constant 11 (link && terminalLink('CHANGELOG', link)) ??
|
| /expo/tools/src/ |
| H A D | Formatter.ts | 13 export function link(text: string, url: string) { function 35 `(${blue.bold(link('#$1', 'https://github.com/expo/expo/pull/$1'))})` 49 return yellow.bold(`(${link(abbreviatedHash, url)})`); 58 .replace(/\[(#\d+|@\w+)\]\(([^)]+?)\)/g, blue.bold(link('$1', '$2'))) 69 return `${link(fileLog.relativePath, uri)} ${gray(`(${fileLog.status})`)}`;
|
| /expo/tools/src/versioning/android/android-manifest-merger/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/templates/expo-template-tv/android/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/android/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/templates/expo-template-bare-minimum/android/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/apps/fabric-tester/android/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/android/versioned-react-native/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/apps/bare-expo/android/ |
| H A D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
| /expo/packages/expo-router/src/views/ |
| H A D | Unmatched.tsx | 6 import { Link } from '../link/Link'; 52 style={styles.link}> 58 <Link href={pathname} replace style={styles.link}> 63 <Link href="/_sitemap" replace style={[styles.link, { marginTop: 8 }]}> 94 link: { color: 'rgba(255,255,255,0.4)', textAlign: 'center' },
|
| /expo/docs/ui/components/PageTitle/ |
| H A D | PageTitle.test.tsx | 6 test('displays npm registry link', () => { 8 expect(screen.getByRole('link').getAttribute('href')).toEqual( 14 test('displays GitHub source code link', () => {
|
| /expo/packages/expo-router/build/views/ |
| H A D | Unmatched.js | 47 }, style: styles.link }, "Go back.")), 49 …_1.default.createElement(Link_1.Link, { href: pathname, replace: true, style: styles.link }, url)), 50 …teElement(Link_1.Link, { href: "/_sitemap", replace: true, style: [styles.link, { marginTop: 8 }] … 77 link: { color: 'rgba(255,255,255,0.4)', textAlign: 'center' }, property
|
| /expo/docs/ui/components/CommandMenu/ |
| H A D | utils.ts | 98 const link = document.createElement('a'); 100 link.target = '_blank'; 101 link.rel = 'noopener noreferrer'; 103 link.href = url; 104 link.click();
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | LinkingScreen.tsx | 21 const [link, setLink] = React.useState<string>(text); 44 const supported = await canOpenURL(link); 47 Linking.openURL(link); 49 const message = `Don't know how to open URI: ${link}`; 62 <TextInput style={styles.textInput} onChangeText={onChangeText} value={link} /> 87 {url && <TextInputButton text={Linking.createURL('deep-link')} />}
|
| /expo/home/navigation/ |
| H A D | BottomTabNavigator.ts | 20 props.theme === 'dark' ? darkTheme.link.default : lightTheme.link.default,
|