We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f385c4f + 56a64d4 commit a715fecCopy full SHA for a715fec
RNClipboard.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var RNClipboard = require('NativeModules').RNClipboard;
+var RNClipboard = require('react-native').NativeModules.RNClipboard;
4
5
var Clipboard = {
6
get(callback) {
0 commit comments