react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

pathForAppGroup typescript error

Open hengkx opened this issue 2 months ago • 1 comments

https://github.com/RonRadtke/react-native-blob-util/blob/master/fs.js#L143

hengkx avatar Apr 19 '24 07:04 hengkx

diff --git a/node_modules/react-native-blob-util/index.d.ts b/node_modules/react-native-blob-util/index.d.ts
index 76776ac..bd3f285 100644
--- a/node_modules/react-native-blob-util/index.d.ts
+++ b/node_modules/react-native-blob-util/index.d.ts
@@ -456,6 +456,12 @@ export interface FS {
     asset(path: string): string;
 
     df(): Promise<RNFetchBlobDf>;
+
+    /**
+     * Returns the path for the app group.
+     * @param  {string} groupName Name of app group
+     */
+    pathForAppGroup(groupName: string): Promise<string>;
 }
 
 export interface RNFetchBlobDfIOS {

hengkx avatar Apr 19 '24 07:04 hengkx