Explorar el Código

Super important documentation fix

Ryan Linton hace 6 años
padre
commit
4f36d3f615
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

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