2022-04-14

Document scanner in a React Native project

What would be the best way to implement a document scanner in a React Native app? What I expect from that is something similar to the native document scanner that can be accessed using the VisionKit framework in Swift projects.

My questions are:

  • Is there a good way to display a native view in React Native, such as the document scanning view controller? What's the best way to achieve that?
  • Would you prefer integrating a native view or using a react native framework? If you'd prefer the react native framework, any recommendation as to which one to use?
  • How would you add the scanner capability on Android if displaying a native view on iOS?


No comments:

Post a Comment