Crash with error Illegal callback invocation from native module. This callback type only permits a single invocation from native code when you cancel sharing
There should be no crash
It crashed
Version: 2.0.0
Hello, I am still having this problem and not only email, but facebook too.
I added :
else if (completed) {
successCallback(@[@(completed), RCTNullIfNil(activityType)]);
}
and it did not work
I read in #627 that using the master would fix and it did;
Thank you;