File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ title: Getting Started
1010This is an expo module that lets you use
1111the [ 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
1528Install like any other npm package:
You can’t perform that action at this time.
0 commit comments