Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 139) sorted by relevance

123456

/expo/home/screens/DeleteAccountScreen/
H A DSMSDevice.tsx17 const [buttonText, setButtonText] = useState<'Re-send Code' | 'Send Code'>(
18 sentCode ? 'Re-send Code' : 'Send Code'
30 setButtonText('Re-send Code');
/expo/apps/native-component-list/src/components/
H A DMonoText.tsx1 import { Code } from '@expo/html-elements';
12 <Code style={[styles.monoText, textStyle]}>{children}</Code>
H A DConsoleBox.tsx1 import { Code } from '@expo/html-elements';
13 <Code style={styles.monoText}>{children}</Code>
H A DMonoTextWithCountdown.tsx1 import { Code } from '@expo/html-elements';
61 <Code style={styles.monoText}>{children}</Code>
/expo/apps/native-component-list/src/screens/
H A DHTMLElementsScreen.tsx8 Code,
105 <Code>Code</Code>
113 <Code>{`<Code />`}</Code>
117 <Code>const value = true</Code>
/expo/guides/
H A DREADME.md8 - [Git and Code Reviews](Git%20and%20Code%20Reviews.md)
H A DGit and Code Reviews.md1 # Git and Code Reviews at Expo
11 - [Code behind feature flags](#code-behind-feature-flags)
13 - [Code Reviews](#code-reviews)
14 - [Code reviews for the Expo team](#code-reviews-for-the-expo-team)
18 - [Code reviews for external contributions](#code-reviews-for-external-contributions)
69 ## Code behind feature flags
81 # Code Reviews
83 We use GitHub pull requests to send code for review. Code reviews help establish a better shared un…
87 ## Code reviews for the Expo team
91 …ell a teammate about code or changes in behavior they should be aware of. Code reviews are also a …
[all …]
H A DOur Open Source Standards.md3 - [Code reviews](#code-reviews)
8 ## Code reviews
24 Code is much more expensive to maintain than it is to write. A maintainable PR is much more likely …
/expo/docs/.vale/writing-styles/expo-docs/
H A DConsistency.yml54 vs code: VS Code
55 vscode: VS Code
56 VSCode: VS Code
/expo/packages/html-elements/src/elements/__tests__/
H A DText-test.tsx11 Code,
60 it(`renders Code`, () => {
61 const tree = renderer.create(<Code />);
/expo/packages/expo-manifests/
H A DREADME.md3 Code to parse and use Expo and Expo Updates manifests.
/expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/
H A Doutdated-xcode-error.log19Code=806 "Failed to prepare device for development." UserInfo={AssociatedMobileDeviceFunction=AMDe…
38Code=806 "Failed to prepare device for development." UserInfo={AssociatedMobileDeviceFunction=AMDe…
66 Code: 806
76 Code: -402652958
104 Code: 806
114 Code: -402652958
159Code=806 "Failed to prepare device for development." UserInfo={AssociatedMobileDeviceFunction=AMDe…
187 Code: 806
197 Code: -402652958
225 Code: 806
[all …]
/expo/packages/expo-auth-session/build/
H A DAuthRequest.types.d.ts24 Code = "code", enumerator
/expo/packages/expo-auth-session/src/
H A DAuthRequest.types.ts28 Code = 'code', enumerator
/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts16 export declare const Code: ComponentType<TextProps>; constant
H A DText.d.ts13 export declare const Code: React.ComponentType<TextProps>; constant
/expo/apps/test-suite/tests/
H A DHTML.js8 Code,
65 Code,
/expo/docs/components/
H A DDocumentationSidebarRight.test.tsx13 headingManager.addHeading('Code heading depth 1', 0, {
/expo/packages/html-elements/babel/__tests__/__snapshots__/
H A Dtransform.test.js.snap11 "import { Main, Article, P, Code, Div } from "@expo/html-elements";import { Image } from 'react-nat…
27 …_jsx(Code, { children: "@expo/html-elements" }), ", you can write HTML syntax that renders to real…
/expo/docs/pages/get-started/
H A Dinstallation.mdx56 - [VS Code Editor](https://code.visualstudio.com/download) and [VS Code Expo Extension](https://mar…
57 …nstall/installing-powershell-core-on-windows) (the default terminal in VS Code) or Bash via WSL fo…
/expo/docs/pages/versions/unversioned/sdk/
H A Ddevice.mdx30 | Code | Description …
/expo/docs/pages/versions/v49.0.0/sdk/
H A Ddevice.mdx30 | Code | Description …
/expo/docs/pages/versions/v47.0.0/sdk/
H A Ddevice.mdx30 | Code | Description …
/expo/docs/pages/versions/v48.0.0/sdk/
H A Ddevice.mdx30 | Code | Description …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcellular.mdx30 | Code | Description …

123456