You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently discovered your module. I've tried to share a file with it, but latest npm package does not include the commit with support of file option.
I've tried install react-native-activity-view from github, but it simply does not do anything. No errors, no activity view.
Is it any work in progress in master branch?
PS: this code does not add file as attachment, but puts file url as text
[shareObject addObject:file];
I am about to make a PR to fix that, but master does not work, so I am a bit confused about this.
The text was updated successfully, but these errors were encountered:
Hi!
I recently discovered your module. I've tried to share a file with it, but latest
npm
package does not include the commit with support offile
option.I've tried install
react-native-activity-view
from github, but it simply does not do anything. No errors, no activity view.Is it any work in progress in
master
branch?PS:
this code does not add file as attachment, but puts
file
url as text[shareObject addObject:file];
I am about to make a PR to fix that, but master does not work, so I am a bit confused about this.
The text was updated successfully, but these errors were encountered: