Skip to content

Commit 02e6e0d

Browse files
Ripwordsclaude
andcommitted
docs(site): add expo-document-picker + expo-image-picker to Expo install guide
The package README was updated in d7aad2e but the VitePress docs site at docs/guide/expo.md is the page actually rendered to users (the bash snippet in the screenshot included "From inside your Expo app (not the monorepo root)" which only lives here, not in the package README). Update the install snippet and the Minimum versions table so the public docs match what package.json declares as required peers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d7aad2e commit 02e6e0d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/guide/expo.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
npx expo install @reprojs/expo \
1414
react-native-view-shot react-native-svg react-native-gesture-handler \
1515
@react-native-async-storage/async-storage @react-native-community/netinfo \
16-
expo-device expo-constants
16+
expo-device expo-constants \
17+
expo-document-picker expo-image-picker
1718
```
1819

1920
`expo install` picks versions matching your Expo SDK channel.
@@ -32,6 +33,8 @@ npx expo install @reprojs/expo \
3233
| `@react-native-community/netinfo` | 11.3 |
3334
| `expo-device` | 6 |
3435
| `expo-constants` | 16 |
36+
| `expo-document-picker` | any (matches your Expo SDK) |
37+
| `expo-image-picker` | any (matches your Expo SDK) |
3538

3639
## Add the config plugin
3740

0 commit comments

Comments
 (0)