Skip to content

Commit

Permalink
Fix keyMirror import
Browse files Browse the repository at this point in the history
  • Loading branch information
bltnico committed Mar 21, 2017
1 parent 8db71f3 commit f5b9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockableWebView.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
requireNativeComponent,
} from 'react-native';

import keyMirror from 'keymirror';
import keyMirror from 'react/lib/keyMirror';
import resolveAssetSource from 'react-native/Libraries/Image/resolveAssetSource';

const RCT_WEBVIEW_REF = 'webview';
Expand Down

0 comments on commit f5b9589

Please sign in to comment.