소스 검색
Merge pull request #65 from ryanlntn/super-important-fix
Crucial documentation fix
Jamon Holmgren
6 년 전
No account linked to committer's email address
1개의 변경된 파일과
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
|
)
|