I would like to exclude Instagram icon from the list of icons presented when using react native Share.Share(). It just looks awful when posting items. How do i add it to the list below?
excludedActivityTypes: [
'com.apple.UIKit.activity.PostToTwitter',
'com.apple.UIKit.activity.PostToWeibo',
'com.apple.UIKit.activity.Print',
'com.apple.UIKit.activity.CopyToPasteboard',
'com.apple.UIKit.activity.AssignToContact',
'com.apple.UIKit.activity.SaveToCameraRoll',
'com.apple.UIKit.activity.AddToReadingList',
'com.apple.UIKit.activity.PostToFlickr',
'com.apple.UIKit.activity.PostToVimeo',
'com.apple.UIKit.activity.PostToTencentWeibo',
'com.apple.UIKit.activity.AirDrop',
'com.apple.UIKit.activity.OpenInIBooks',
'com.apple.UIKit.activity.MarkupAsPDF',
'com.apple.reminders.RemindersEditorExtension',
'com.apple.mobilenotes.SharingExtension',
'com.apple.mobileslideshow.StreamShareService',
'com.linkedin.LinkedIn.ShareExtension',
'pinterest.ShareExtension',
'com.google.GooglePlus.ShareExtension',
'com.tumblr.tumblr.Share-With-Tumblr',
'net.whatsapp.WhatsApp.ShareExtension',
//'com.facebook.Facebook.ShareExtension',
],