react-native-document-scanner-plugin
react-native-document-scanner-plugin copied to clipboard
Gallery option missing in iOS
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
Hello @Immortalpk any solution you got ?
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