Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 0b7856c

Browse files
authored
Merge pull request #6 from krunalbad/patch-1
Patch 1 Update README.md - viewStyle prop missing
2 parents 1c96439 + 3a4cf6b commit 0b7856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import BetterImage from 'react-native-better-image';
6363
// ...
6464

6565
<BetterImage
66-
containerStyle={style}
66+
viewStyle={style}
6767
source={{
6868
uri: // image uri
6969
}}

0 commit comments

Comments
 (0)