Skip to content

Commit 541e1e1

Browse files
committed
chore: add a note about unsupported feats on Android
1 parent 06a44b9 commit 541e1e1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/docs/08-resource-fetcher/01-usage.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All examples below use `ExpoResourceFetcher`. If you're on bare React Native, re
1111
import { BareResourceFetcher } from 'react-native-executorch-bare-resource-fetcher';
1212
```
1313

14-
The API is identical between both adapters.
14+
The public API is identical between both adapters.
1515
:::
1616

1717
## fetch
@@ -50,6 +50,10 @@ If the resource is an object, it will be saved as a JSON file on disk.
5050

5151
Pauses an ongoing download.
5252

53+
:::info
54+
Bare Resource Fetcher doesn't support this feature on Android.
55+
:::
56+
5357
### Reference
5458

5559
```typescript
@@ -79,6 +83,10 @@ await ExpoResourceFetcher.pauseFetching(
7983

8084
## resumeFetching
8185

86+
:::info
87+
Bare Resource Fetcher doesn't support this feature on Android.
88+
:::
89+
8290
Resumes a paused download.
8391

8492
### Reference

0 commit comments

Comments
 (0)