alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

iOS, AppStore share #66

Open exentrich opened 6 years ago

exentrich commented 6 years ago

image

When i try to share from App Store, extension crashes with this error. Very strange, because AppStore probably not sharing an image, but link.

exentrich commented 6 years ago

I found reason why sharing from many apps (AppStore, iTunes, Shazam...) not getting url or text. Because in source you have loop on item.attachments, and it stops when found first illegable attachment. But often first found item is empty.

Temporary solution is to comment line in ReactNativeShareExtension.m *stop = YES;