You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param transaction - The transaction or transaction draft
1130
-
* @param imageType - 'start' or 'end'
1131
-
* @param file - The image file (File object on web, URI string on native)
1132
-
* @param isDraft - Whether this is a draft transaction
1133
-
* @param shouldRevokeOldImage - Whether to revoke the previous blob URL immediately (always false on native where blob URLs don't exist; false on web when a backup transaction exists making the caller responsible for revoking)
* @param transaction - The transaction or transaction draft
1167
-
* @param imageType - 'start' or 'end'
1168
-
* @param isDraft - Whether this is a draft transaction
1169
-
* @param shouldRevokeOldImage - Whether to revoke the previous blob URL immediately (always false on native where blob URLs don't exist; false on web when a backup transaction exists making the caller responsible for revoking)
* @param transaction - The transaction or transaction draft
27
+
* @param imageType - 'start' or 'end'
28
+
* @param file - The image file (File object on web, URI string on native)
29
+
* @param isDraft - Whether this is a draft transaction
30
+
* @param shouldRevokeOldImage - Whether to revoke the previous blob URL immediately (always false on native where blob URLs don't exist; false on web when a backup transaction exists making the caller responsible for revoking)
* @param transaction - The transaction or transaction draft
58
+
* @param imageType - 'start' or 'end'
59
+
* @param isDraft - Whether this is a draft transaction
60
+
* @param shouldRevokeOldImage - Whether to revoke the previous blob URL immediately (always false on native where blob URLs don't exist; false on web when a backup transaction exists making the caller responsible for revoking)
0 commit comments