我正在使用 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
}
},
