Skip to content

Commit 5693556

Browse files
docs: Add warning about iOS support to docs for document scanner (#227)
1 parent 8947c67 commit 5693556

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/document-scanner/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ title: Getting Started
1010
This is an expo module that lets you use
1111
the [MLKit Document Scanner](https://developers.google.com/ml-kit/vision/doc-scanner) library in your Expo app.
1212

13+
:::warning
14+
ML Kit does not provide a Document Scanning module for iOS, so this feature is **not supported on iOS**.
15+
16+
This limitation comes from Google’s ML Kit itself and cannot be addressed by this library.
17+
18+
If you need document scanning on iOS, here are some popular React Native packages that support it:
19+
20+
- [@dariyd/react-native-document-scanner](https://www.npmjs.com/package/%40dariyd/react-native-document-scanner) — iOS (VisionKit) + Android (ML Kit)
21+
- [react-native-document-scanner-plugin](https://www.npmjs.com/package/react-native-document-scanner-plugin) — lightweight, supports both platforms
22+
- [@thegrizzlylabs/react-native-genius-scan](https://www.npmjs.com/package/@thegrizzlylabs/react-native-genius-scan) — commercial, full-featured scanning SDK
23+
:::
24+
25+
1326
## Installation
1427

1528
Install like any other npm package:

0 commit comments

Comments
 (0)