From c59711705d5e9c6da248398f29c7cd9f52563fec Mon Sep 17 00:00:00 2001 From: wangyue Date: Fri, 7 Feb 2025 14:52:44 +0800 Subject: [PATCH] fix: AudioUtils add CachesDirectoryPath property Signed-off-by: wangyue --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 664514d..e68aa80 100644 --- a/index.js +++ b/index.js @@ -136,6 +136,7 @@ if (Platform.OS === 'ios') { AudioUtils = { FilesDirectoryPath, CacheDirectoryPath, + CachesDirectoryPath: CacheDirectoryPath, TempsDirectoryPath }; AudioSource = { -- Gitee