Skip to content

Commit ce21b74

Browse files
committed
ImageLoadEvent.source.url is now ImageLoadEvent.source.uri
facebook/react-native@74ab8f6
1 parent 76ef45c commit ce21b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Image.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module ImageLoadEvent = {
4747
type source = {
4848
width: float,
4949
height: float,
50-
url: string,
50+
uri: string,
5151
};
5252

5353
type payload = {

0 commit comments

Comments
 (0)