Expose Clipboard docs
Summary:This exposes the `Clipboard` API by showing it in the documentation. **Test plan** Ran the website locally, made sure it worked. 🌴 Closes https://github.com/facebook/react-native/pull/6247 Differential Revision: D3000208 Pulled By: vjeux fb-gh-sync-id: 2154cfe0532d3a39f90bfc19402ac7a5814ea2db shipit-source-id: 2154cfe0532d3a39f90bfc19402ac7a5814ea2db
This commit is contained in:
parent
c331d113dc
commit
f6b0c13fd6
|
@ -234,6 +234,7 @@ var apis = [
|
|||
'../Libraries/Storage/AsyncStorage.js',
|
||||
'../Libraries/Utilities/BackAndroid.android.js',
|
||||
'../Libraries/CameraRoll/CameraRoll.js',
|
||||
'../Libraries/Components/Clipboard/Clipboard.js',
|
||||
'../Libraries/Components/DatePickerAndroid/DatePickerAndroid.android.js',
|
||||
'../Libraries/Utilities/Dimensions.js',
|
||||
'../Libraries/Components/Intent/IntentAndroid.android.js',
|
||||
|
|
Loading…
Reference in New Issue