BlinkID / blinkid-react-native

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

The Camera permission denied screen has some style issues #206

Closed keshk26 closed 1 year ago

keshk26 commented 1 year ago

Hello,

These are the package versions I am using.

"blinkid-react-native": "^5.17.0" "react-native": "^0.68.2"

I tested this on iOS 16.0.3. iPhone 13.

I noticed that if Camera permission has been denied when I use the BlinkID library, then I see a great permissions screen asking the user to enabled permissions. This is great UX but there are some formatting issues on the screen. I am seeing {font@Medium} and {/font} text on the screen. It would great if you could remove this text! See screenshot below.

Thanks, Keshav

MicrosoftTeams-image (2)

MBrizic01 commented 1 year ago

Hello @keshk26, thank you for reaching out.

We were aware of the text style issue and fixed it in the 5.19 release on native iOS. Since the last RN release was 5.17, we had yet to apply the fix. Also, we had a major release v6.0 coming out the last month on native platforms. By the end of January, v6.1 will be out on React Native, including all the fixes and new features added to the SDK since 5.17., so you can promptly update. Meanwhile, we suggest you fix it manually by going to this path: blinkid-react-native/Sample/ios/Pods/PPBlinkID/Microblink.xcframework/ios-arm64/Microblink.framework/en.strings

I hope this helps!