Explorar el Código

Update README.md (#175)

remove comma in demo
Minh Nguyen hace 3 años
padre
commit
87dbc353ba
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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',