| /expo/docs/pages/develop/ |
| H A D | authentication.mdx | 8 import { CODE } from '~/ui/components/Text'; 17 <CODE>expo-auth-session</CODE> is the easiest way to add web browser-based authentication (for 29 A guide on using <CODE>@react-native-google-signin/google-signin</CODE> library to integrate 42 A guide on using <CODE>react-native-fbsdk-next</CODE> library to integrate Facebook 54 <CODE>expo-apple-authentication</CODE> provides Apple authentication for iOS 13 and higher.
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | Terminal.tsx | 10 import { CODE } from '~/ui/components/Text'; 71 <CODE 75 </CODE> 82 <CODE className="whitespace-pre !bg-[transparent] !border-none select-none !text-secondary"> 84 </CODE> 85 <CODE className="whitespace-pre !bg-[transparent] !border-none text-default"> 87 </CODE> 93 <CODE key={key} className="whitespace-pre !bg-[transparent] !border-none text-default"> 95 </CODE>
|
| /expo/docs/components/plugins/ |
| H A D | EasMetadataTable.tsx | 6 import { CODE, P, FOOTNOTE } from '~/ui/components/Text'; 67 <CODE>{property.name}</CODE> 77 <CODE>{property.type}</CODE> 129 <CODE>{property.description}</CODE> 146 <CODE className="my-1">{category}</CODE>{' '}
|
| H A D | EasJsonPropertiesTable.tsx | 6 import { P, CODE, createPermalinkedComponent } from '~/ui/components/Text'; 33 <CODE>{name}</CODE>
|
| H A D | AppConfigSchemaPropertiesTable.tsx | 11 import { P, CALLOUT, CODE, createPermalinkedComponent, BOLD } from '~/ui/components/Text'; 61 <CODE css={typography.fontSizes[16]}>{name}</CODE> 169 Type: <CODE>{type || 'undefined'}</CODE>
|
| /expo/docs/components/plugins/ConfigSection/ |
| H A D | ConfigPluginProperties.tsx | 7 import { P, CODE, H3 } from '~/ui/components/Text'; 29 <CODE>{property.name}</CODE> 31 <Cell>{!property.default ? '-' : <CODE>{property.default}</CODE>}</Cell>
|
| /expo/docs/pages/guides/ |
| H A D | progressive-web-apps.mdx | 6 import { CODE } from '~/ui/components/Text'; 23 | <CODE>web.description \| description</CODE> | `description` | `<meta name="de… 27 | <CODE>web.name \| name</CODE> | `name` | `<title />` … 28 | <CODE>web.orientation \| orientation</CODE> | `orientation` | … 30 | <CODE>web.shortName \| web.name</CODE> | `short_name` | `<meta name="ap… 32 | <CODE>web.themeColor \| primaryColor</CODE> | `theme_color` | `<meta name="th… 36 | <CODE>android.icon \| icon</CODE> | `icons` | … 37 | <CODE>ios.icon \| icon</CODE> | | `<link rel="app… 38 | <CODE>web.favicon \| icon</CODE> | | `<link rel="sho… 40 | <CODE>web.splash \| ios.splash \| splash</CODE> | | `<link rel="app…
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionTypes.tsx | 31 import { H2, BOLD, P, CODE, MONOSPACE } from '~/ui/components/Text'; 44 <CODE>{uniqueTypes[0]}</CODE> 156 <CODE>{resolveTypeName(validType)}</CODE>{' '} 184 <CODE>{resolveTypeName(lt)}</CODE> 218 <CODE>{type.name}</CODE> 235 <CODE> 238 </CODE> 242 <CODE> 249 </CODE>
|
| H A D | APISectionEnums.tsx | 13 import { H2, H4, CODE, MONOSPACE } from '~/ui/components/Text'; 45 <CODE>{enumValue.name}</CODE> 47 <CODE theme="secondary" className="mb-4"> 49 </CODE>
|
| H A D | APISectionClasses.tsx | 25 import { H2, BOLD, P, CODE, MONOSPACE } from '~/ui/components/Text'; 85 {type ? <CODE>{resolveTypeName(type)}</CODE> : 'Class'} 90 <CODE key={`extends-${extendedType.name}`}>{resolveTypeName(extendedType)}</CODE> 98 <CODE key={`implements-${implementedType.name}`}> 100 </CODE>
|
| H A D | APIDataType.tsx | 4 import { CODE } from '~/ui/components/Text'; 30 <CODE key={typeDefinition.name}>{resolveTypeName(typeDefinition)}</CODE>
|
| H A D | APISectionInterfaces.tsx | 30 import { H2, BOLD, P, CODE, DEMI, MONOSPACE } from '~/ui/components/Text'; 50 <CODE>{resolveTypeName(type)}</CODE> 131 <CODE key={`extend-${extendedType.name}`}>{resolveTypeName(extendedType)}</CODE>
|
| H A D | APISectionProps.tsx | 29 import { CODE, H2, H3, H4, LI, MONOSPACE, P, UL } from '~/ui/components/Text'; 55 <CODE>{resolveTypeName(ip)}</CODE> 136 <CODE>{defaultValue}</CODE>
|
| H A D | APISectionComponents.tsx | 18 import { H2, BOLD, P, CODE, MONOSPACE } from '~/ui/components/Text'; 65 <CODE> 73 </CODE>
|
| /expo/docs/components/plugins/permissions/ |
| H A D | IOSPermissions.tsx | 6 import { P, CODE, createPermalinkedComponent } from '~/ui/components/Text'; 32 <CODE>{permission.name}</CODE>
|
| H A D | AndroidPermissions.tsx | 8 import { CODE, P, createPermalinkedComponent } from '~/ui/components/Text'; 60 <CODE>{name}</CODE>
|
| /expo/apps/test-suite/tests/ |
| H A D | AuthSession.js | 43 const CODE = new Array(12).join('expo'); 44 const challenge = await PKCE.deriveChallengeAsync(CODE);
|
| /expo/docs/pages/submit/ |
| H A D | introduction.mdx | 8 import { CODE } from '~/ui/components/Text'; 20 See how to configure your submissions with <CODE>eas.json</CODE>.
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | share-with-your-team.mdx | 9 import { CODE } from '~/ui/components/Text'; 47 same device side by side by converting <CODE>app.json</CODE> to <CODE>app.config.js</CODE> and
|
| /expo/docs/ui/components/Text/ |
| H A D | types.ts | 5 CODE = 'code', enumerator
|
| /expo/docs/pages/bare/ |
| H A D | overview.mdx | 9 import { DEMI, CODE } from '~/ui/components/Text'; 49 If you have already initialized a React Native app without <CODE>create-expo-app</CODE>, learn
|
| /expo/tools/src/ |
| H A D | Markdown.ts | 12 CODE = 'code', enumerator 44 export type CodeToken = TextToken<TokenType.CODE> & { 212 case TokenType.CODE:
|
| /expo/docs/ui/components/Markdown/ |
| H A D | index.tsx | 8 import { H1, H2, H3, H4, H5, A, CODE, P, BOLD, UL, OL, LI, KBD } from '~/ui/components/Text'; 71 Component: CODE,
|
| /expo/docs/pages/versions/v46.0.0/ |
| H A D | index.mdx | 9 import { CODE } from '~/ui/components/Text'; 41 Projects that were created with <CODE>npx react-native init</CODE> require
|
| /expo/docs/pages/versions/v47.0.0/ |
| H A D | index.mdx | 9 import { CODE } from '~/ui/components/Text'; 41 Projects that were created with <CODE>npx react-native init</CODE> require
|