Skip to content

Commit 01a52b1

Browse files
committed
docs: review changes
1 parent 541e1e1 commit 01a52b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/01-fundamentals/01-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Because we are using ExecuTorch under the hood, you won't be able to build iOS a
116116
Running the app with the library:
117117

118118
```bash
119-
yarn run expo:<ios | android> -d
119+
yarn <ios | android> -d
120120
```
121121

122122
## Supporting new models in React Native ExecuTorch

docs/docs/08-resource-fetcher/02-custom-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Custom Adapter
33
---
44

5-
If the built-in `BareResourceFetcher` and `ExpoResourceFetcher` don't fit your needs, for example, you want to use a different download library, or fetch from a private server you can implement your own adapter and plug it into React Native ExecuTorch.
5+
If the built-in `BareResourceFetcher` and `ExpoResourceFetcher` don't fit your needs, you can implement your own adapter and plug it into React Native ExecuTorch. This is useful if you want to use a different download library, fetch from a private server, or add custom caching logic.
66

77
## The ResourceFetcherAdapter interface
88

0 commit comments

Comments
 (0)