浏览代码

Update Reference.md

Thibault Malbranche 6 年前
父节点
当前提交
e543e940d4
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      docs/Reference.md

+ 2
- 2
docs/Reference.md 查看文件

268
 
268
 
269
 ```jsx
269
 ```jsx
270
 <WebView
270
 <WebView
271
-  source={{ uri: "https://infinite.red" }}
271
+  source={{ uri: "https://facebook.github.io/react-native" }}
272
   onShouldStartLoadWithRequest={(request) => {
272
   onShouldStartLoadWithRequest={(request) => {
273
     // Only allow navigating within this website
273
     // Only allow navigating within this website
274
-    return request.url.startsWith("https://infinite.red")
274
+    return request.url.startsWith("https://facebook.github.io/react-native")
275
   }}
275
   }}
276
 />
276
 />
277
 ```
277
 ```