Quellcode durchsuchen
Update README.md
Removing braces and parentheses so that the example doesn't break. :)
Tefferson
vor 4 Jahren
Ursprung
Commit
fab19dd821
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit
1 neuen und
1 gelöschten Zeilen
-
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',
|