Skip to content

Commit

Permalink
Merge pull request #43 from guns2410/patch-1
Browse files Browse the repository at this point in the history
Fix View rendering error - flexBasis
  • Loading branch information
originerd authored Dec 20, 2016
2 parents 5833e8a + 4f99835 commit 5532862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FitImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class FitImage extends Image {
if (this.style && this.style.width) {
return { width: this.style.width };
}
return { flex: 1 };
return { flexGrow: 1 };
}

resize(event) {
Expand Down

0 comments on commit 5532862

Please sign in to comment.