| /expo/docs/ui/components/Footer/ |
| H A D | NewsletterSignUp.tsx | 9 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 D | TestContacts.kt | 25 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 D | ExpoMailComposer.web.ts | 28 const email = removeNullishValues({ constant 35 const query = qs.stringify(email);
|
| /expo/packages/expo-mail-composer/build/ |
| H A D | ExpoMailComposer.web.js | 23 const email = removeNullishValues({ constant 29 const query = qs.stringify(email);
|
| H A D | MailComposer.js.map | 1 …email was sent, saved, or cancelled. Android does not provide this info, so the status is always\n…
|
| /expo/tools/src/commands/ |
| H A D | ImportGithubIssueToLinear.ts | 108 if (cur.email) { 109 acc.push({ email: { eq: cur.email } });
|
| /expo/packages/create-expo-module/src/ |
| H A D | utils.ts | 57 export async function findGitHubProfileUrl(email: string): Promise<string> { 59 const username = (await githubUsername(email)) ?? '';
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | UserPermissionData.fragment.graphql | 9 email
|
| /expo/packages/create-expo-module/build/ |
| H A D | utils.js | 57 async function findGitHubProfileUrl(email) { argument 59 const username = (await (0, github_username_1.default)(email)) ?? '';
|
| H A D | utils.js.map | 1 …email by reading it from the git config.\n */\nexport async function findGitHubEmail(): Promise<st…
|
| H A D | utils.d.ts | 15 export declare function findGitHubProfileUrl(email: string): Promise<string>;
|
| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactDetailScreen.tsx | 123 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 D | SECURITY.md | 5 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 D | Linking-test.ts.snap.android | 9 …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 D | Linking-test.ts.snap.web | 9 … 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 D | Linking-test.ts.snap.ios | 9 …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 D | Linking-test.ts.snap.node | 9 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 D | AppleAuthentication.types.ts | 155 email: string | null;
|
| /expo/packages/expo-apple-authentication/build/ |
| H A D | AppleAuthentication.types.d.ts | 137 email: string | null;
|
| /expo/ios/versioned/sdk48/ExpoAppleAuthentication/ |
| H A D | AppleAuthenticationUtils.swift | 32 return .email in scopeFromInt()
|
| /expo/ios/versioned/sdk49/ExpoAppleAuthentication/ |
| H A D | AppleAuthenticationUtils.swift | 32 return .email in scopeFromInt()
|
| /expo/packages/expo-apple-authentication/ios/ |
| H A D | AppleAuthenticationUtils.swift | 32 return .email in scopeFromInt()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | MailComposerScreen.tsx | 19 // 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 D | ABI47_0_0EXAppleAuthenticationRequest.m | 86 @"email": ABI47_0_0EXNullIfNil(credential.email),
|
| /expo/tools/src/ |
| H A D | Npm.ts | 34 email: string;
|