浏览代码

Super important documentation fix

Ryan Linton 5 年前
父节点
当前提交
4f36d3f615
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -35,7 +35,7 @@ class MyWebComponent extends Component {
35 35
   render () {
36 36
     return (
37 37
       <WebView
38
-        src={{uri: "https://infinite.red/react-native"}}
38
+        source={{uri: "https://infinite.red/react-native"}}
39 39
         style={{marginTop: 20}}
40 40
       />
41 41
     )