From 9d78ea3f6bbd109d2ee13a8bac09c17633d0b3a7 Mon Sep 17 00:00:00 2001 From: Gennady Vasilev Date: Tue, 21 Feb 2023 20:27:39 +0300 Subject: [PATCH] update docs --- docs/README.md | 27 +++++++++------ docs/classes/CacheEntry.md | 54 +++++++++++++++--------------- docs/classes/CacheManager.md | 28 ++++++++-------- docs/classes/Utils.md | 18 +++++----- docs/enums/CacheEntryStatus.md | 8 ++--- docs/modules.md | 61 +++++++++++++++++++++++----------- 6 files changed, 112 insertions(+), 84 deletions(-) diff --git a/docs/README.md b/docs/README.md index e6c5a68..996f176 100644 --- a/docs/README.md +++ b/docs/README.md @@ -65,21 +65,28 @@ export default function App() { managers={[ { name: 'images', - // 1 month (in seconds) - entryExpiresIn: 30 * 24 * 60 * 60 + entryExpiresIn: 30 * 24 * 60 * 60 // 1 month (in seconds) }, - // without expire prop (-1 default) - { name: 'videos' }, - // short naming (-1 default) - 'other' + { name: 'videos' }, // without expire prop (-1 default) + 'other' // short naming (-1 default) ]} - // headers={{ - // Authorization: `${token_type} ${access_token}` - // }} onReady={() => setReady(true)} > {ready && ( - + console.log(`${v}%`)} + + // ...and many others options + /> )} ) diff --git a/docs/classes/CacheEntry.md b/docs/classes/CacheEntry.md index d54bccd..c326af8 100644 --- a/docs/classes/CacheEntry.md +++ b/docs/classes/CacheEntry.md @@ -78,7 +78,7 @@ EventEmitter<'update'\>.constructor #### Defined in -[src/CacheEntry.class.ts:58](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L58) +[src/CacheEntry.class.ts:58](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L58) ## Properties @@ -88,7 +88,7 @@ EventEmitter<'update'\>.constructor #### Defined in -[src/CacheEntry.class.ts:51](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L51) +[src/CacheEntry.class.ts:51](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L51) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:56](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L56) +[src/CacheEntry.class.ts:56](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L56) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:50](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L50) +[src/CacheEntry.class.ts:50](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L50) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:53](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L53) +[src/CacheEntry.class.ts:53](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L53) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:55](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L55) +[src/CacheEntry.class.ts:55](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L55) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:47](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L47) +[src/CacheEntry.class.ts:47](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L47) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:48](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L48) +[src/CacheEntry.class.ts:48](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L48) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:54](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L54) +[src/CacheEntry.class.ts:54](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L54) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:45](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L45) +[src/CacheEntry.class.ts:45](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L45) ___ @@ -196,7 +196,7 @@ node_modules/eventemitter3/index.d.ts:9 #### Defined in -[src/CacheEntry.class.ts:320](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L320) +[src/CacheEntry.class.ts:320](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L320) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:316](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L316) +[src/CacheEntry.class.ts:316](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L316) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:324](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L324) +[src/CacheEntry.class.ts:324](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L324) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:304](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L304) +[src/CacheEntry.class.ts:304](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L304) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:312](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L312) +[src/CacheEntry.class.ts:312](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L312) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:308](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L308) +[src/CacheEntry.class.ts:308](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L308) ## Methods @@ -312,7 +312,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:248](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L248) +[src/CacheEntry.class.ts:248](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L248) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:293](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L293) +[src/CacheEntry.class.ts:293](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L293) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:153](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L153) +[src/CacheEntry.class.ts:153](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L153) ___ @@ -539,7 +539,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:92](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L92) +[src/CacheEntry.class.ts:92](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L92) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:136](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L136) +[src/CacheEntry.class.ts:136](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L136) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:328](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L328) +[src/CacheEntry.class.ts:328](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L328) ___ @@ -593,7 +593,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:87](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L87) +[src/CacheEntry.class.ts:87](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L87) ___ @@ -641,7 +641,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:228](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L228) +[src/CacheEntry.class.ts:228](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L228) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:273](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L273) +[src/CacheEntry.class.ts:273](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L273) ___ @@ -736,7 +736,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:118](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L118) +[src/CacheEntry.class.ts:118](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L118) ___ @@ -750,4 +750,4 @@ ___ #### Defined in -[src/CacheEntry.class.ts:197](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L197) +[src/CacheEntry.class.ts:197](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L197) diff --git a/docs/classes/CacheManager.md b/docs/classes/CacheManager.md index 05989a1..c9958ab 100644 --- a/docs/classes/CacheManager.md +++ b/docs/classes/CacheManager.md @@ -65,7 +65,7 @@ EventEmitter<'ready' \| 'reset'\>.constructor #### Defined in -[src/CacheManager.class.ts:30](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L30) +[src/CacheManager.class.ts:30](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L30) ## Properties @@ -79,7 +79,7 @@ EventEmitter<'ready' \| 'reset'\>.constructor #### Defined in -[src/CacheManager.class.ts:24](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L24) +[src/CacheManager.class.ts:24](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L24) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:25](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L25) +[src/CacheManager.class.ts:25](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L25) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:27](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L27) +[src/CacheManager.class.ts:27](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L27) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:23](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L23) +[src/CacheManager.class.ts:23](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L23) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:28](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L28) +[src/CacheManager.class.ts:28](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L28) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:26](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L26) +[src/CacheManager.class.ts:26](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L26) ___ @@ -157,7 +157,7 @@ node_modules/eventemitter3/index.d.ts:9 #### Defined in -[src/CacheManager.class.ts:176](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L176) +[src/CacheManager.class.ts:176](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L176) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:180](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L180) +[src/CacheManager.class.ts:180](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L180) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:172](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L172) +[src/CacheManager.class.ts:172](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L172) ## Methods @@ -291,7 +291,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:146](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L146) +[src/CacheManager.class.ts:146](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L146) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:126](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L126) +[src/CacheManager.class.ts:126](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L126) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:47](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L47) +[src/CacheManager.class.ts:47](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L47) ___ @@ -559,4 +559,4 @@ ___ #### Defined in -[src/CacheManager.class.ts:103](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L103) +[src/CacheManager.class.ts:103](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L103) diff --git a/docs/classes/Utils.md b/docs/classes/Utils.md index 1554255..5a7a84a 100644 --- a/docs/classes/Utils.md +++ b/docs/classes/Utils.md @@ -38,7 +38,7 @@ #### Defined in -[src/Utils.class.ts:56](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L56) +[src/Utils.class.ts:56](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L56) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/Utils.class.ts:26](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L26) +[src/Utils.class.ts:26](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L26) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/Utils.class.ts:19](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L19) +[src/Utils.class.ts:19](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L19) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/Utils.class.ts:34](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L34) +[src/Utils.class.ts:34](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L34) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/Utils.class.ts:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L11) +[src/Utils.class.ts:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L11) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/Utils.class.ts:44](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L44) +[src/Utils.class.ts:44](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L44) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[src/Utils.class.ts:50](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L50) +[src/Utils.class.ts:50](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L50) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[src/Utils.class.ts:4](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L4) +[src/Utils.class.ts:4](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L4) ___ @@ -199,4 +199,4 @@ ___ #### Defined in -[src/Utils.class.ts:39](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/Utils.class.ts#L39) +[src/Utils.class.ts:39](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/Utils.class.ts#L39) diff --git a/docs/enums/CacheEntryStatus.md b/docs/enums/CacheEntryStatus.md index 4f175c9..570a942 100644 --- a/docs/enums/CacheEntryStatus.md +++ b/docs/enums/CacheEntryStatus.md @@ -19,7 +19,7 @@ #### Defined in -[src/CacheEntry.class.ts:34](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L34) +[src/CacheEntry.class.ts:34](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L34) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:33](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L33) +[src/CacheEntry.class.ts:33](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L33) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:31](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L31) +[src/CacheEntry.class.ts:31](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L31) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/CacheEntry.class.ts:32](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L32) +[src/CacheEntry.class.ts:32](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L32) diff --git a/docs/modules.md b/docs/modules.md index 92affdc..bcfcbb6 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -40,6 +40,7 @@ - [PauseIcon](modules.md#pauseicon) - [PlayIcon](modules.md#playicon) - [ProgressIcon](modules.md#progressicon) +- [ProgressIndicator](modules.md#progressindicator) - [useCache](modules.md#usecache) - [useCacheFile](modules.md#usecachefile) - [useCacheManager](modules.md#usecachemanager) @@ -52,7 +53,7 @@ #### Defined in -[src/CacheEntry.class.ts:26](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L26) +[src/CacheEntry.class.ts:26](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L26) ___ @@ -74,7 +75,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:15](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L15) +[src/CacheEntry.class.ts:15](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L15) ___ @@ -93,7 +94,7 @@ ___ #### Defined in -[src/CacheEntry.class.ts:37](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheEntry.class.ts#L37) +[src/CacheEntry.class.ts:37](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheEntry.class.ts#L37) ___ @@ -110,7 +111,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:13](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L13) +[src/CacheManager.class.ts:13](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L13) ___ @@ -129,7 +130,7 @@ ___ #### Defined in -[src/provider.tsx:23](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/provider.tsx#L23) +[src/provider.tsx:23](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/provider.tsx#L23) ___ @@ -139,7 +140,7 @@ ___ #### Defined in -[src/CachingImage.tsx:17](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CachingImage.tsx#L17) +[src/CachingImage.tsx:17](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CachingImage.tsx#L17) ___ @@ -149,7 +150,7 @@ ___ #### Defined in -[src/CachingImage.tsx:49](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CachingImage.tsx#L49) +[src/CachingImage.tsx:49](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CachingImage.tsx#L49) ___ @@ -168,7 +169,7 @@ ___ #### Defined in -[src/ProgressIcon.tsx:5](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/ProgressIcon.tsx#L5) +[src/ProgressIcon.tsx:5](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/ProgressIcon.tsx#L5) ___ @@ -190,7 +191,7 @@ ___ #### Defined in -[src/ProgressIndicator.tsx:12](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/ProgressIndicator.tsx#L12) +[src/ProgressIndicator.tsx:12](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/ProgressIndicator.tsx#L12) ## Variables @@ -200,7 +201,7 @@ ___ #### Defined in -[src/provider.tsx:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/provider.tsx#L11) +[src/provider.tsx:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/provider.tsx#L11) ___ @@ -210,7 +211,7 @@ ___ #### Defined in -[src/CachingImage.tsx:32](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CachingImage.tsx#L32) +[src/CachingImage.tsx:32](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CachingImage.tsx#L32) ___ @@ -220,7 +221,7 @@ ___ #### Defined in -[src/CacheManager.class.ts:18](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/CacheManager.class.ts#L18) +[src/CacheManager.class.ts:18](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/CacheManager.class.ts#L18) ## Functions @@ -240,7 +241,7 @@ ___ #### Defined in -[src/provider.tsx:36](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/provider.tsx#L36) +[src/provider.tsx:36](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/provider.tsx#L36) ___ @@ -282,7 +283,7 @@ ___ #### Defined in -[src/icons.tsx:3](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/icons.tsx#L3) +[src/icons.tsx:3](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/icons.tsx#L3) ___ @@ -302,7 +303,7 @@ ___ #### Defined in -[src/icons.tsx:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/icons.tsx#L11) +[src/icons.tsx:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/icons.tsx#L11) ___ @@ -322,7 +323,7 @@ ___ #### Defined in -[src/icons.tsx:19](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/icons.tsx#L19) +[src/icons.tsx:19](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/icons.tsx#L19) ___ @@ -342,7 +343,27 @@ ___ #### Defined in -[src/ProgressIcon.tsx:12](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/ProgressIcon.tsx#L12) +[src/ProgressIcon.tsx:12](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/ProgressIcon.tsx#L12) + +___ + +### ProgressIndicator + +▸ **ProgressIndicator**(`«destructured»`): `Element` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `«destructured»` | [`ProgressIndicatorProps`](modules.md#progressindicatorprops) | + +#### Returns + +`Element` + +#### Defined in + +[src/ProgressIndicator.tsx:22](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/ProgressIndicator.tsx#L22) ___ @@ -363,7 +384,7 @@ ___ #### Defined in -[src/hooks.ts:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/hooks.ts#L11) +[src/hooks.ts:11](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/hooks.ts#L11) ___ @@ -399,7 +420,7 @@ ___ #### Defined in -[src/hooks.ts:20](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/hooks.ts#L20) +[src/hooks.ts:20](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/hooks.ts#L20) ___ @@ -419,4 +440,4 @@ ___ #### Defined in -[src/hooks.ts:15](https://github.com/WhidRubeld/expo-file-system-manager/blob/293d820/src/hooks.ts#L15) +[src/hooks.ts:15](https://github.com/WhidRubeld/expo-file-system-manager/blob/31da69e/src/hooks.ts#L15)