| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Share/ |
| H A D | Share.d.ts | 79 export const Share: ShareStatic; constant 80 export type Share = ShareStatic; alias
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Share/ |
| H A D | Share.d.ts | 79 export const Share: ShareStatic; constant 80 export type Share = ShareStatic; alias
|
| /expo/home/components/ |
| H A D | ShareProjectButton.tsx | 3 import { Share, StyleSheet, TouchableOpacity } from 'react-native'; 18 Share.share({ 27 <Icons.Share size={24} color={theme.icon.default} />
|
| H A D | SnacksListItem.tsx | 4 import { Linking, Share } from 'react-native'; 36 Share.share({
|
| H A D | Icons.tsx | 51 export function Share({ size, color, ...props }: { color: string; size: number }) {
|
| /expo/home/screens/HomeScreen/RecentlyOpenedListItem/ |
| H A D | index.tsx | 4 import { View as RNView, StyleSheet, ViewStyle, Share } from 'react-native'; 22 Share.share({
|
| /expo/home/screens/HomeScreen/DevelopmentServerListItem/ |
| H A D | index.tsx | 5 import { View as RNView, StyleSheet, ViewStyle, Share, Linking } from 'react-native'; 67 Share.share({
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | sharing.mdx | 21 - `expo-sharing` for web is built on top of the Web Share API, which still has [very limited browse… 22 - **HTTPS required on web**: The Web Share API is only available on web when the page is served ove…
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | share-with-your-team.mdx | 2 title: Share a development build with your team 4 sidebar_title: Share with your team 14 ## Share the URL
|
| H A D | use-development-builds.mdx | 62 title="Share a development build with your team"
|
| H A D | create-a-build.mdx | 158 title="Share with your team"
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.js | 2 import { Platform, Share } from 'react-native'; 17 return await Share.share({
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | SharingScreen.tsx | 50 title="Share local image"
|
| H A D | ActionSheetScreen.tsx | 87 <Button onPress={showShareSheet}>Share sheet</Button>
|
| /expo/docs/pages/guides/ |
| H A D | sharing-preview-releases.mdx | 2 title: Share pre-release versions of your app 3 sidebar_title: Share preview releases
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 2 import { Platform, Share } from 'react-native'; 566 return await Share.share(
|
| /expo/apps/native-component-list/src/components/ |
| H A D | ShowActionSheetButton.tsx | 44 const options = ['Delete', 'Save', 'Share', 'Cancel'];
|
| /expo/docs/pages/distribution/ |
| H A D | introduction.mdx | 49 description="Share your mobile app internally with testers using AdHoc builds."
|
| /expo/docs/pages/build/ |
| H A D | introduction.mdx | 25 title="Share your apps with internal testers"
|
| /expo/docs/pages/submit/ |
| H A D | eas-json.mdx | 76 ## Share configuration between `submit` profiles
|
| /expo/docs/pages/app-signing/ |
| H A D | local-credentials.mdx | 128 If your iOS app is using [App Extensions](https://developer.apple.com/app-extensions/) like Share E… 130 Let's say that your project consists of a main application target (named `multitarget`) and a Share…
|