diff --git a/android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtil.java b/android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtil.java index 8d92f5940..c22cbdb5f 100644 --- a/android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtil.java +++ b/android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtil.java @@ -92,7 +92,7 @@ public Map getConstants() { Map res = new HashMap<>(); res.putAll(ReactNativeBlobUtilFS.getSystemfolders(this.getReactApplicationContext())); res.putAll(ReactNativeBlobUtilFS.getLegacySystemfolders(this.getReactApplicationContext())); - + System.out.println(res); return res; } diff --git a/index.d.ts b/index.d.ts index e9954762a..dec977dda 100644 --- a/index.d.ts +++ b/index.d.ts @@ -481,6 +481,13 @@ export interface Dirs { DCIMDir: string; SDCardDir: string; MainBundleDir: string; + + LegacyPictureDir: string; + LegacyMusicDir: string; + LegacyMovieDir: string; + LegacyDownloadDir: string; + LegacyDCIMDir: string; + LegacySDCardDir: string; // Depracated } export interface ReactNativeBlobUtilWriteStream {