react-native-document-scanner-plugin icon indicating copy to clipboard operation
react-native-document-scanner-plugin copied to clipboard

Gallery option missing in iOS

Open Immortalpk opened this issue 10 months ago • 2 comments

The latest library currently supports accessing the camera and gallery on Android, but when I use it on iOS, it only allows me to capture image from the camera.

Am I missing something that would enable users to access the gallery?

Library Version : 1.0.1

Immortalpk avatar Jan 09 '25 07:01 Immortalpk

Hello @Immortalpk any solution you got ?

LynxSumit avatar Jan 24 '25 14:01 LynxSumit

I also dug a bit into this. If I remember correctly this library just uses two different kits, ML KIT from google for android, which is already built and Vision UI or something for IOS, which also was built by apple. Customizability is VERY minimal, if not impossible, unless u wanna get your hands really dirty. I was thinking of just adding a "get photo from gallery option " for IOS

Shawnp999 avatar Apr 09 '25 11:04 Shawnp999