diff --git a/docs/clipboard.md b/docs/clipboard.md index a0acaa08193..6b2229dbb61 100644 --- a/docs/clipboard.md +++ b/docs/clipboard.md @@ -1,8 +1,10 @@ --- id: clipboard -title: Clipboard +title: 🚧 Clipboard --- +> **Deprecated.** Use [@react-native-community/clipboard](https://github.com/react-native-community/react-native-clipboard) instead. + `Clipboard` gives you an interface for setting and getting content from Clipboard on both Android and iOS --- @@ -40,11 +42,12 @@ _setContent() { Clipboard.setString('hello world'); } ``` + **Parameters:** -| Name | Type | Required | Description | -| ------ | ------ | -------- | -------------------------------------------| -| content | string | Yes | The content to be stored in the clipboard | +| Name | Type | Required | Description | +| ------- | ------ | -------- | ----------------------------------------- | +| content | string | Yes | The content to be stored in the clipboard | _Notice_ diff --git a/website/i18n/en.json b/website/i18n/en.json index d785737c32a..1d6a9abe4fd 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -60,7 +60,7 @@ "title": "CheckBox" }, "clipboard": { - "title": "Clipboard" + "title": "🚧 Clipboard" }, "colors": { "title": "Color Reference"