Skip to content

Commit 1936738

Browse files
committed
Add content for copyAssetsFileIOS method
1 parent 2884634 commit 1936738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Copies the file named `filename` in the Android app's res folder and copies it t
443443

444444
Note: Android only. Will overwrite destPath if it already exists.
445445

446-
### (iOS only) `copyAssetsFileIOS`
446+
### (iOS only) `copyAssetsFileIOS(imageUri: string, destPath: string, width: number, height: number, scale?: number, compression?: number, resizeMode?: string): Promise<string>`
447447

448448
*Not available on Mac Catalyst.*
449449

0 commit comments

Comments
 (0)