File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ Invoked when load completes successfully.
317
317
318
318
** Example:** ` onLoad={({nativeEvent: {source: {width, height}}}) => setImageRealSize({width, height})} `
319
319
320
- | Type |
321
- | ------------------------------------------------ |
320
+ | Type |
321
+ | ----------------------------------------------------------------- |
322
322
| ({ nativeEvent: [ ImageLoadEvent] ( image#imageloadevent ) }) => void |
323
323
324
324
---
@@ -574,18 +574,19 @@ Object returned in the `onLoad` callback.
574
574
575
575
** Properties:**
576
576
577
- | Name | Type | Description |
578
- | ------ | ------ | ------------------------------------------------------------ |
579
- | source | object | The [ source object] ( #source-object ) |
577
+ | Name | Type | Description |
578
+ | ------ | ------ | ----------------------------------- |
579
+ | source | object | The [ source object] ( #source-object ) |
580
580
581
581
#### Source Object
582
+
582
583
** Properties:**
583
584
584
585
| Name | Type | Description |
585
586
| ------ | ------ | ------------------------------------------------------------ |
586
587
| width | number | The width of loaded image. |
587
588
| height | number | The height of loaded image. |
588
- | uri | string | A string representing the resource identifier for the image. |
589
+ | uri | string | A string representing the resource identifier for the image. |
589
590
590
591
### ImageSource
591
592
You can’t perform that action at this time.
0 commit comments