fukemy
fukemy
any solution now?
I found it, groupname must match bundle id, because the swift code using bundleId to get share data
any solution please
i removed clearReceivedFiles, dont know why, so bad lib
> > useEffect(() => { ReceiveSharingIntent.getReceivedFiles( (data: any) => { console.log("received data", data); }, (err: any) => { console.log("err", err); }, ShareMedia, ); return () => { ReceiveSharingIntent.clearReceivedFiles(); }; },...
I can not get shared data anymore with React Native 0.71.8, before it's work on 0.68.2
@indapublic, it show on share list. Everything work normally until I upgrade `React Native` version to 0.71.8
ok I found problem, in the Swift file ppl need to modify the groupIdentifier
Did u get a log from console? ``` ReceiveSharingIntent.getReceivedFiles((datas) => { console.log('getReceivedFiles', datas) if (datas && datas.length > 0) { RootNavigation.navigate('ShareFileToChat', { datas: datas }) } }, (error) => {...
I solved for the issues by debug each step carefully. First please run the Share Extension on your real device, put some debug here: If this line triggered, it's mean...