Skip to content

Commit

Permalink
Fixed android images with expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Jun 30, 2019
1 parent c163135 commit e0d9eef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public RCTMGLStyleValue(@NonNull ReadableMap config) {
imageURI = null;
}
isAddImage = imageURI != null;
return;
if (isAddImage) { return; }
}

Dynamic dynamic = mPayload.getDynamic("value");
Expand Down

0 comments on commit e0d9eef

Please sign in to comment.