From 09256dc0d7f7612e37c3d625b6ee451ebbc0646d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 30 Nov 2015 14:27:21 +0000 Subject: [PATCH] update website --- docs/actionsheetios.html | 3 +++ 1 file changed, 3 insertions(+) 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);