Skip to content

Commit bac0a4b

Browse files
jearanedarishichawda
authored andcommitted
fix webview import
1 parent 5c03aa5 commit bac0a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ var createReactClass = require('create-react-class');
66

77
var {
88
View,
9-
WebView,
109
Platform,
1110
} = require('react-native');
11+
var { WebView } = require('react-native-webview');
1212

1313
function getRenderHTML(context, render, generator) {
1414
return `

0 commit comments

Comments
 (0)