ソースを参照
Merge pull request #65 from ryanlntn/super-important-fix
Crucial documentation fix
Jamon Holmgren
6 年 前
No account linked to committer's email address
|
@@ -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
|
)
|