Home
last modified time | relevance | path

Searched refs:CODE (Results 1 – 25 of 41) sorted by relevance

12

/expo/docs/pages/develop/
H A Dauthentication.mdx8 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 DTerminal.tsx10 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 DEasMetadataTable.tsx6 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 DEasJsonPropertiesTable.tsx6 import { P, CODE, createPermalinkedComponent } from '~/ui/components/Text';
33 <CODE>{name}</CODE>
H A DAppConfigSchemaPropertiesTable.tsx11 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 DConfigPluginProperties.tsx7 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 Dprogressive-web-apps.mdx6 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 DAPISectionTypes.tsx31 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 DAPISectionEnums.tsx13 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 DAPISectionClasses.tsx25 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 DAPIDataType.tsx4 import { CODE } from '~/ui/components/Text';
30 <CODE key={typeDefinition.name}>{resolveTypeName(typeDefinition)}</CODE>
H A DAPISectionInterfaces.tsx30 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 DAPISectionProps.tsx29 import { CODE, H2, H3, H4, LI, MONOSPACE, P, UL } from '~/ui/components/Text';
55 <CODE>{resolveTypeName(ip)}</CODE>
136 <CODE>{defaultValue}</CODE>
H A DAPISectionComponents.tsx18 import { H2, BOLD, P, CODE, MONOSPACE } from '~/ui/components/Text';
65 <CODE>
73 </CODE>
/expo/docs/components/plugins/permissions/
H A DIOSPermissions.tsx6 import { P, CODE, createPermalinkedComponent } from '~/ui/components/Text';
32 <CODE>{permission.name}</CODE>
H A DAndroidPermissions.tsx8 import { CODE, P, createPermalinkedComponent } from '~/ui/components/Text';
60 <CODE>{name}</CODE>
/expo/apps/test-suite/tests/
H A DAuthSession.js43 const CODE = new Array(12).join('expo');
44 const challenge = await PKCE.deriveChallengeAsync(CODE);
/expo/docs/pages/submit/
H A Dintroduction.mdx8 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 Dshare-with-your-team.mdx9 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 Dtypes.ts5 CODE = 'code', enumerator
/expo/docs/pages/bare/
H A Doverview.mdx9 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 DMarkdown.ts12 CODE = 'code', enumerator
44 export type CodeToken = TextToken<TokenType.CODE> & {
212 case TokenType.CODE:
/expo/docs/ui/components/Markdown/
H A Dindex.tsx8 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 Dindex.mdx9 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 Dindex.mdx9 import { CODE } from '~/ui/components/Text';
41 Projects that were created with <CODE>npx react-native init</CODE> require

12