Skip to content

Commit 99f7aff

Browse files
committed
Merge branch 'release/0.20.3'
2 parents cbfd8a2 + bda536f commit 99f7aff

39 files changed

+8
-2060
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
});

examples/Sample2/.flowconfig

Lines changed: 0 additions & 63 deletions
This file was deleted.

examples/Sample2/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/Sample2/.watchmanconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Sample2/android/app/build.gradle

Lines changed: 0 additions & 80 deletions
This file was deleted.

examples/Sample2/android/app/proguard-rules.pro

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/Sample2/android/app/react.gradle

Lines changed: 0 additions & 87 deletions
This file was deleted.

examples/Sample2/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)