Skip to content

Commit 9b130ad

Browse files
committed
Merge branch 'lmvco-patch-1'
* lmvco-patch-1: Small type in getAllExternalFilesDirs signature
2 parents 9a31350 + acddc90 commit 9b130ad

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
@@ -654,7 +654,7 @@ type FSInfoResult = {
654654
};
655655
```
656656

657-
### (Android only) `getAllExternalFilesDirs(): Promise<string>`
657+
### (Android only) `getAllExternalFilesDirs(): Promise<string[]>`
658658

659659
Returns an array with the absolute paths to application-specific directories on all shared/external storage devices where the application can place persistent files it owns.
660660

0 commit comments

Comments
 (0)