Browse Source

Merge pull request #65 from ryanlntn/super-important-fix

Crucial documentation fix
Jamon Holmgren 5 years ago
parent
commit
59931dd149
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

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
     )