regulaforensics / react-native-document-reader

React-Native Framework for reading and validation of identification documents
19 stars 10 forks source link

db.dat is absent #1

Closed AlexOUKS closed 3 years ago

AlexOUKS commented 3 years ago

Hi, I upgraded Regula from 5.0 to 5.2, updated the db.dat into the folder of the license and I have this message that db.dat is absent on the initializeReader error method.

Is there something I am missing?

vyakimchik commented 3 years ago

Hello. Please make sure that you use the latest database. Also, try to invoke the removeDatabase method before initialization if you install the app over the existing one.

Link to the docs: https://docs.regulaforensics.com/react-native/database#removing-database-using-removedatabase-method.

AlexOUKS commented 3 years ago

Hello Vladislav,

Thank you it works well !!