BlinkID / blinkid-react-native

ID scanning for cross-platform apps built with ReactNative.
173 stars 59 forks source link

Updates 1.4.1 and 1.4.2 broke Malaysian MyKad support #40

Closed Minishlink closed 6 years ago

Minishlink commented 6 years ago

Scanning a Malaysian MyKad card with the following code now only returns a resultImageCropped and nothing else.

const scanningResult = await BlinkID.scan(Platform.select(config.BLINKID_LICENSE_KEY), {
    useFrontCamera: false,
    shouldReturnCroppedImage: true,
    shouldReturnSuccessfulImage: false,
    recognizers: [BlinkID.RECOGNIZER_MRTD, BlinkID.RECOGNIZER_MYKAD],
});
culoi commented 6 years ago

Hello @Minishlink

Thank you for the report, I just tested with both version and I can confirm that results are not returned.

I'm raising an issue to our dev team. I will notify you once we fix this issue.

Once again, thank you for the reporting this.

Regards

Minishlink commented 6 years ago

Thanks @culoi :)

culoi commented 6 years ago

Hello Minishlink,

Can you please contact us at support@microblink.com

Regards

Minishlink commented 6 years ago

Hello @culoi,

Do you have any updates on this?

Thanks

culoi commented 6 years ago

Hi @Minishlink

Couple days ago, we updated React Native repo. It now supports v0.55.0

If you didn't, please star and watch our repo to get instant updates of new releases.

Are you able to test with the latest version and check if this issue still happens?

With this version we are able to successfully scan front side of the MyKad.

Best!

Minishlink commented 6 years ago

Thanks @culoi, will check in the upcoming week :)

Minishlink commented 6 years ago

@culoi It works again 👍