소스 검색
Update README.md (#176)
Removing braces and parentheses so that the example doesn't break. :)
Co-authored-by: iou90 <iou90@outlook.com>
Tefferson
4 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
README.md
|
@@ -41,7 +41,7 @@ import { Dimensions } from 'react-native'
|
41
|
41
|
font-size: 16px;
|
42
|
42
|
}
|
43
|
43
|
`}
|
44
|
|
- onSizeUpdated={({size => console.log(size.height)})}
|
|
44
|
+ onSizeUpdated={size => console.log(size.height)}
|
45
|
45
|
files={[{
|
46
|
46
|
href: 'cssfileaddress',
|
47
|
47
|
type: 'text/css',
|