Xplosive06

Results 6 comments of Xplosive06

The same here, don't know what to do...

I have almost the same problem with Twitter. shareSingle is opening the Twitter app then crash. It's working perfectly on Android and perfectly with Share.open on both platforms. (On real...

So we found a workaround for the shareSingle with Twitter, by changing a little piece of code in GenericShare.m from the package: Line 20: From that: ```swift if(![serviceType isEqualToString:@"com.apple.social.twitter"] &&...

This worked for me: ```terminal npm start -- --reset-cache npx react-native start --reset-cache ```