diff --git a/docs/actionsheetios.html b/docs/actionsheetios.html index 4c0668ae575..3785e49ca6f 100644 --- a/docs/actionsheetios.html +++ b/docs/actionsheetios.html @@ -75,6 +75,9 @@ url: 'https://code.facebook.com', message: 'message to go with the shared url', subject: 'a subject to go in the email heading', + excludedActivityTypes: [ + 'com.apple.UIKit.activity.PostToTwitter' + ] }, (error) => { console.error(error);