From dbb5ba37ea20144583398f38fa86740b804525f1 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 11 Oct 2019 17:01:58 +0000 Subject: [PATCH] Deploy website Deploy website version based on b752606265bbc69b699c3b69daab9d07aee1b8ed --- docs/next/clipboard.html | 2 -- docs/next/clipboard/index.html | 2 -- docs/next/native-components-ios.html | 4 ++-- docs/next/native-components-ios/index.html | 4 ++-- en/help.html | 2 +- en/help/index.html | 2 +- help.html | 2 +- help/index.html | 2 +- 8 files changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/next/clipboard.html b/docs/next/clipboard.html index 8108c6ea362..9a15ff0589f 100644 --- a/docs/next/clipboard.html +++ b/docs/next/clipboard.html @@ -90,8 +90,6 @@ }

@param the content to be stored in the clipboard.

-

Notice

-

Be careful when you're trying to copy to clipboard any data except string and number, some data need additional stringification. For example, if you will try to copy array - Android will raise an exception, but iOS will not.

BackHandlerDatePickerAndroid