Skip to content

Commit bda536f

Browse files
committed
updated readme
1 parent 447c401 commit bda536f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# React Native WebView Javascript Bridge
2-
I have been testing and reading a lot of way to safely create a bridge between react-native and webview. I'm happy to announced that the wait is over and from **React-Native 0.19 and above**, the bridge is fully functional.
2+
I have been testing and reading a lot of way to safely create a bridge between react-native and webview. I'm happy to announced that the wait is over and from **React-Native 0.20 and above**, the bridge is fully functional.
33

44

55

@@ -167,7 +167,7 @@ var Sample2 = React.createClass({
167167
ref="webviewbridge"
168168
onBridgeMessage={this.onBridgeMessage}
169169
injectedJavaScript={injectScript}
170-
url={"http://google.com"}/>
170+
source={{uri: "http://google.com"}}/>
171171
);
172172
}
173173
});

0 commit comments

Comments
 (0)