【发布时间】:2020-06-24 07:13:52
【问题描述】:
我正在使用 react-native-share 扩展来共享和打印 Pdf 文档。我正在尝试添加“打印”属性,但它不起作用或我无法正确设置 我关注这个文档https://react-native-community.github.io/react-native-share/docs/share-open#activitytype
我在这里使用了这个例子https://react-native-community.github.io/react-native-share/docs/share-open#activityitemsources-ios-only 根据这个文档,我创建了一个类似
的对象const url = this.props.navigation.state.params.document.url
{
item:{
print : url
}
},
【问题讨论】:
-
使用 react-native-share 共享单个/多个图像或 pdf 文件,请在此处回答我提供更详细的信息,结帐 - stackoverflow.com/questions/67016851/…
标签: android ios react-native printing share