Skip to content

Commit 6cd521f

Browse files
authored
Merge pull request #171 from ibandominguez/master
Add https to README example to prevent NSURLError Domain
2 parents 10f2a80 + fe6b11f commit 6cd521f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ var Sample2 = React.createClass({
174174
ref="webviewbridge"
175175
onBridgeMessage={this.onBridgeMessage.bind(this)}
176176
injectedJavaScript={injectScript}
177-
source={{uri: "http://google.com"}}/>
177+
source={{uri: "https://google.com"}}/>
178178
);
179179
}
180180
});

0 commit comments

Comments
 (0)