Skip to content

Commit

Permalink
Merge pull request #1 from umfana/patch
Browse files Browse the repository at this point in the history
Require NativeModules via React Native package
  • Loading branch information
silentcloud committed Oct 13, 2015
2 parents f385c4f + 56a64d4 commit a715fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNClipboard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var RNClipboard = require('NativeModules').RNClipboard;
var RNClipboard = require('react-native').NativeModules.RNClipboard;

var Clipboard = {
get(callback) {
Expand Down

0 comments on commit a715fec

Please sign in to comment.