Преглед изворни кода

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
     )