Extension was interrupted while PDF sharing on IOS
See original GitHub issueSteps to reproduce
RNFetchBlob.config({
fileCache: true,
path: `${RNFetchBlob.fs.dirs.DocumentDir}/${fileName}.${fileExt}`,
appendExt: fileExit
}).fatch(method, url, headers).then(res => {
const path = res.path();
await Share.open({
type: 'application/pdf',
url: Platform.OS === 'android' ? `file://${path}` : path,
});
})
Then try to share with ICloud drive/Whatsapp
Expected behaviour
File is shared
Actual behaviour
I see Extension was interrupted
error on ICloud sharing
and Item cannot be shared
on Whatsapp sharing
path
on device looks like:
Environment
React Native Environment Info: System: OS: macOS High Sierra 10.13.6 CPU: (4) x64 Intel® Core™ i5-4288U CPU @ 2.60GHz Memory: 38.09 MB / 8.00 GB Shell: 5.3 - /bin/zsh Binaries: Node: 8.12.0 - ~/.nvm/versions/node/v8.12.0/bin/node Yarn: 1.12.3 - /usr/local/bin/yarn npm: 6.4.1 - ~/.nvm/versions/node/v8.12.0/bin/npm SDKs: iOS SDK: Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3 Android SDK: API Levels: 23, 25, 26, 27, 28 Build Tools: 27.0.3, 28.0.3 System Images: android-27 | Google Play Intel x86 Atom IDEs: Android Studio: 3.2 AI-181.5540.7.32.5056338 Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild npmPackages: react: 16.6.1 => 16.6.1 react-native: 0.57.5 => 0.57.5 npmGlobalPackages: react-native-cli: 2.0.1
react-native-share
“react-native-share”: “^1.1.3”
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top GitHub Comments
@export-mike Could you repeat it on clean demo? It would be excellent and helpful
@indapublic https://github.com/export-mike/react-native-share-pdf-ios-android-example seems to be working!