-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio and Video share empty value problem #199
Comments
Same, have you solved it? |
I have solved just the "sharing ogg file" part. However, it is very specific solution. I edit the code actually I have added new lines to the this library for my need. I do not know if my solution suits you or not? Normally this library returns the uri of the file, however, my code returns bytes of the voice file that is shared. |
Would you be so kind and share your solution? |
node_modulers -> react-native-share-extension -> android -> src -> main -> java -> com -> alinz -> parkerdan -> shareextension in this path my In this way, when user shares an ogg voice file, I can get the bytes of the file.
|
i ve used this package with all new features with react native greater than 0.60 support react-native-receive-sharing-intent |
When I try to share ogg, mp3 or mpeg file type comes correct but value is empty. Why value is empty. It is not happening when I share text or image files.
The text was updated successfully, but these errors were encountered: