Home
last modified time | relevance | path

Searched refs:Share (Results 1 – 25 of 34) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Share/
H A DShare.d.ts79 export const Share: ShareStatic; constant
80 export type Share = ShareStatic; alias
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Share/
H A DShare.d.ts79 export const Share: ShareStatic; constant
80 export type Share = ShareStatic; alias
/expo/home/components/
H A DShareProjectButton.tsx3 import { Share, StyleSheet, TouchableOpacity } from 'react-native';
18 Share.share({
27 <Icons.Share size={24} color={theme.icon.default} />
H A DSnacksListItem.tsx4 import { Linking, Share } from 'react-native';
36 Share.share({
H A DIcons.tsx51 export function Share({ size, color, ...props }: { color: string; size: number }) {
/expo/home/screens/HomeScreen/RecentlyOpenedListItem/
H A Dindex.tsx4 import { View as RNView, StyleSheet, ViewStyle, Share } from 'react-native';
22 Share.share({
/expo/home/screens/HomeScreen/DevelopmentServerListItem/
H A Dindex.tsx5 import { View as RNView, StyleSheet, ViewStyle, Share, Linking } from 'react-native';
67 Share.share({
/expo/docs/pages/versions/unversioned/sdk/
H A Dsharing.mdx21 - `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 Dsharing.mdx21 - `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 Dsharing.mdx21 - `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 Dsharing.mdx21 - `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 Dsharing.mdx21 - `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 Dshare-with-your-team.mdx2 title: Share a development build with your team
4 sidebar_title: Share with your team
14 ## Share the URL
H A Duse-development-builds.mdx62 title="Share a development build with your team"
H A Dcreate-a-build.mdx158 title="Share with your team"
/expo/packages/expo-contacts/build/
H A DContacts.js2 import { Platform, Share } from 'react-native';
17 return await Share.share({
/expo/apps/native-component-list/src/screens/
H A DSharingScreen.tsx50 title="Share local image"
H A DActionSheetScreen.tsx87 <Button onPress={showShareSheet}>Share sheet</Button>
/expo/docs/pages/guides/
H A Dsharing-preview-releases.mdx2 title: Share pre-release versions of your app
3 sidebar_title: Share preview releases
/expo/packages/expo-contacts/src/
H A DContacts.ts2 import { Platform, Share } from 'react-native';
566 return await Share.share(
/expo/apps/native-component-list/src/components/
H A DShowActionSheetButton.tsx44 const options = ['Delete', 'Save', 'Share', 'Cancel'];
/expo/docs/pages/distribution/
H A Dintroduction.mdx49 description="Share your mobile app internally with testers using AdHoc builds."
/expo/docs/pages/build/
H A Dintroduction.mdx25 title="Share your apps with internal testers"
/expo/docs/pages/submit/
H A Deas-json.mdx76 ## Share configuration between `submit` profiles
/expo/docs/pages/app-signing/
H A Dlocal-credentials.mdx128 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

12