Home
last modified time | relevance | path

Searched refs:email (Results 1 – 25 of 122) sorted by relevance

12345

/expo/docs/ui/components/Footer/
H A DNewsletterSignUp.tsx9 const [email, setEmail] = useState('');
20 value={email}
22 type="email"
23 placeholder={userSignedUp ? 'Thank you for the sign up!' : 'you@email.com'}
30 disabled={userSignedUp || !email.length}
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestContacts.kt25 email: String in addContact()
68 .withValue(ContactsContract.CommonDataKinds.Email.DATA, email) in addContact()
94 val email = in removeAllContacts() constant
96 if (email != null && email.endsWith("@testexpo.io")) { in removeAllContacts()
/expo/packages/expo-mail-composer/src/
H A DExpoMailComposer.web.ts28 const email = removeNullishValues({ constant
35 const query = qs.stringify(email);
/expo/packages/expo-mail-composer/build/
H A DExpoMailComposer.web.js23 const email = removeNullishValues({ constant
29 const query = qs.stringify(email);
H A DMailComposer.js.map1email was sent, saved, or cancelled. Android does not provide this info, so the status is always\n…
/expo/tools/src/commands/
H A DImportGithubIssueToLinear.ts108 if (cur.email) {
109 acc.push({ email: { eq: cur.email } });
/expo/packages/create-expo-module/src/
H A Dutils.ts57 export async function findGitHubProfileUrl(email: string): Promise<string> {
59 const username = (await githubUsername(email)) ?? '';
/expo/home/screens/DeleteAccountScreen/
H A DUserPermissionData.fragment.graphql9 email
/expo/packages/create-expo-module/build/
H A Dutils.js57 async function findGitHubProfileUrl(email) { argument
59 const username = (await (0, github_username_1.default)(email)) ?? '';
H A Dutils.js.map1email by reading it from the git config.\n */\nexport async function findGitHubEmail(): Promise<st…
H A Dutils.d.ts15 export declare function findGitHubProfileUrl(email: string): Promise<string>;
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactDetailScreen.tsx123 const email = ContactUtils.getPrimary<Contacts.Email>(contact.emails ?? []);
128 { icon: 'videocam', text: 'video', format: 'facetime', uri: email?.email },
129 { icon: 'mail', text: 'mail', format: 'mailto', uri: email?.email },
130 { icon: 'cash', text: 'pay', format: 'shoebox', uri: email?.email },
183 value: item.email,
184 onPress: () => Linking.openURL(encodeURI(`mailto:${item.email}`)),
/expo/
H A DSECURITY.md5 Instead of opening a GitHub issue for security vulnerabilities, send an email to our secure inbox: …
/expo/packages/expo-linking/src/__tests__/__snapshots__/
H A DLinking-test.ts.snap.android9 …teURL bare makes url {"escapePluses": "email[email protected]"} 1`] = `"demo://some/path?esc…
25 …makes url {"escapePluses": "email[email protected]"} 1`] = `"exp://exp.host/@test/test/--/so…
39 …s url {"escapePluses": "email[email protected]"} 1`] = `"exp://u.expo.dev/update/some-guid/-…
H A DLinking-test.ts.snap.web9 … bare makes url {"escapePluses": "email[email protected]"} 1`] = `"http://localhost/some/pat…
25 …test" makes url {"escapePluses": "email[email protected]"} 1`] = `"http://localhost/some/pat…
39 …guid" makes url {"escapePluses": "email[email protected]"} 1`] = `"http://localhost/some/pat…
H A DLinking-test.ts.snap.ios9 …teURL bare makes url {"escapePluses": "email[email protected]"} 1`] = `"demo://some/path?esc…
25 …makes url {"escapePluses": "email[email protected]"} 1`] = `"exp://exp.host/@test/test/--/so…
39 …s url {"escapePluses": "email[email protected]"} 1`] = `"exp://u.expo.dev/update/some-guid/-…
H A DLinking-test.ts.snap.node9 exports[`createURL bare makes url {"escapePluses": "email[email protected]"} 1`] = `""`;
25 exports[`createURL queries for hostUri "exp.host/@test/test" makes url {"escapePluses": "email+with…
39 …ies for hostUri "u.expo.dev/update/some-guid" makes url {"escapePluses": "email+with+plus@whatever…
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts155 email: string | null;
/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.d.ts137 email: string | null;
/expo/ios/versioned/sdk48/ExpoAppleAuthentication/
H A DAppleAuthenticationUtils.swift32 return .email in scopeFromInt()
/expo/ios/versioned/sdk49/ExpoAppleAuthentication/
H A DAppleAuthenticationUtils.swift32 return .email in scopeFromInt()
/expo/packages/expo-apple-authentication/ios/
H A DAppleAuthenticationUtils.swift32 return .email in scopeFromInt()
/expo/apps/native-component-list/src/screens/
H A DMailComposerScreen.tsx19 // but it isn't possible to send that email either way.
20 …return `It's not possible to send an email on this device. Make sure you have mail account configu…
/expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/
H A DABI47_0_0EXAppleAuthenticationRequest.m86 @"email": ABI47_0_0EXNullIfNil(credential.email),
/expo/tools/src/
H A DNpm.ts34 email: string;

12345