Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 25 of 27) sorted by relevance

12

/expo/apps/native-component-list/src/screens/
H A DPrintScreen.tsx2 import * as Print from 'expo-print';
9 selectedPrinter?: Print.Printer;
16 title: 'Print',
28 title="Print HTML"
33 title="Print HTML (Landscape)"
43 title="Print PDF (data URI)"
48 title="Print HTML to PDF"
84 await Print.printAsync({
113 await Print.printAsync({
126 await Print.printAsync({
[all …]
H A DExpoApisScreen.tsx62 'Print',
/expo/docs/pages/versions/unversioned/sdk/
H A Dprint.mdx2 title: Print
23 <SnackInline label='Print usage' dependencies={['expo-print', 'expo-sharing']}>
28 import * as Print from 'expo-print';
52 /* @info */ await Print.printAsync({
60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */
66 /* @info */ const printer = await Print.selectPrinterAsync(); // iOS only
73 <Button title="Print" onPress={print} />
75 <Button title="Print to PDF file" onPress={printToFile} />
114 import * as Print from 'expo-print';
117 <APISection packageName="expo-print" apiName="Print" />
[all …]
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dprint.mdx2 title: Print
23 <SnackInline label='Print usage' dependencies={['expo-print', 'expo-sharing']}>
28 import * as Print from 'expo-print';
52 /* @info */ await Print.printAsync({
60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */
66 /* @info */ const printer = await Print.selectPrinterAsync(); // iOS only
73 <Button title="Print" onPress={print} />
75 <Button title="Print to PDF file" onPress={printToFile} />
114 import * as Print from 'expo-print';
117 <APISection packageName="expo-print" apiName="Print" />
[all …]
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dprint.mdx2 title: Print
23 <SnackInline label='Print usage' dependencies={['expo-print', 'expo-sharing']}>
28 import * as Print from 'expo-print';
52 /* @info */ await Print.printAsync({
60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */
66 /* @info */ const printer = await Print.selectPrinterAsync(); // iOS only
73 <Button title="Print" onPress={print} />
75 <Button title="Print to PDF file" onPress={printToFile} />
114 import * as Print from 'expo-print';
117 <APISection packageName="expo-print" apiName="Print" />
[all …]
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dprint.mdx2 title: Print
23 <SnackInline label='Print usage' dependencies={['expo-print', 'expo-sharing']}>
28 import * as Print from 'expo-print';
52 /* @info */ await Print.printAsync({
60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */
66 /* @info */ const printer = await Print.selectPrinterAsync(); // iOS only
73 <Button title="Print" onPress={print} />
75 <Button title="Print to PDF file" onPress={printToFile} />
114 import * as Print from 'expo-print';
117 <APISection packageName="expo-print" apiName="Print" />
[all …]
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dprint.mdx2 title: Print
23 <SnackInline label='Print usage' dependencies={['expo-print', 'expo-sharing']}>
28 import * as Print from 'expo-print';
52 /* @info */ await Print.printAsync({
60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */
66 /* @info */ const printer = await Print.selectPrinterAsync(); // iOS only
73 <Button title="Print" onPress={print} />
75 <Button title="Print to PDF file" onPress={printToFile} />
114 import * as Print from 'expo-print';
117 <APISection packageName="expo-print" apiName="Print" />
[all …]
/expo/packages/expo-print/build/
H A DPrint.d.ts.map1 {"version":3,"file":"Print.d.ts","sourceRoot":"","sources":["../src/Print.ts"],"names":[],"mappings…
H A DPrint.types.js.map1Print.types.js","sourceRoot":"","sources":["../src/Print.types.ts"],"names":[],"mappings":"","sour…
H A DPrint.types.d.ts.map1 {"version":3,"file":"Print.types.d.ts","sourceRoot":"","sources":["../src/Print.types.ts"],"names":…
H A DPrint.js.map1Print.js","sourceRoot":"","sources":["../src/Print.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAA…
H A DExponentPrint.web.js.map1 …CjB,CAAC;CACF,CAAC","sourcesContent":["import { OrientationType } from './Print.types';\n\nexport …
/expo/tools/src/vendoring/devmenu/steps/
H A DPrint.ts8 export class Print extends Task { class
/expo/apps/native-component-list/src/constants/
H A DIcons.ts28 Print: () => require('../../assets/icons/api/Print.png'),
/expo/tools/src/commands/
H A DVendor.ts30 import { MessageType, Print } from '../vendoring/devmenu/steps/Print';
64 …new Print(MessageType.WARNING, 'You have to adjust the installation steps of the react-native-rean…
/expo/apps/native-component-list/src/navigation/
H A DExpoApisStackNavigator.tsx314 name: 'Print',
/expo/packages/expo-print/
H A DCHANGELOG.md56 - Fixed [Multiple Print Bug on iOS 16](https://github.com/expo/expo/issues/19399). ([#21561](https:…
/expo/ios/versioned/sdk47/EXPrint/EXPrint/
H A DABI47_0_0EXPrint.m383 NSString *directory = [fileSystem.cachesDirectory stringByAppendingPathComponent:@"Print"];
/expo/docs/pages/custom-builds/
H A Dfunctions.mdx183 name: Print the sum
/expo/ios/versioned/sdk48/EXPrint/EXPrint/
H A DABI48_0_0EXPrint.m380 NSString *directory = [fileSystem.cachesDirectory stringByAppendingPathComponent:@"Print"];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Network/
H A DABI47_0_0RCTNetworking.mm111 // Print headers.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/
H A DABI49_0_0RCTNetworking.mm111 // Print headers.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/
H A DABI48_0_0RCTNetworking.mm111 // Print headers.
/expo/docs/pages/workflow/
H A Dupgrading-expo-sdk-walkthrough.mdx241 - Print has been moved out of DangerZone; update your imports accordingly.
/expo/docs/pages/eas-update/
H A Ddebug-advanced.mdx24 - Print the [Update.Constants](/versions/latest/sdk/updates/#constants) to verify our configuration.

12