jacky-ew
jacky-ew
my suggestion will be ``` var blinkIdInstance = new BlinkIDReactNative.BlinkIdCombinedRecognizer(); blinkIdInstance.returnFullDocumentImage = true; blinkIdInstance.returnFaceImage = true; **blinkIdInstance.encodedImage="file"/"base64" ``` also i found this http://blinkid.github.io/blinkid-ios/Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)encodedImage so current version of blinkId has no...
Hi Jurica, i wish to have the output of the scanning process, image of the full document, to be a file. However will be better if we can state the...
Thanks for the suggestion @nandorojo. However i am not planning to implement react hooks onto the project. However i've tried before dispatching action to modify states in redux store in...
any documentation as reference? @nandorojo
Hi, thanks for the reference. Im already using `redux-persist`, and the last experiment is that i cannot access the persisted state. `store.getState()` only returns the default state. But for that...
Thanks for the suggestion. i manage to access the states and actions when initialising the redux store with the app at App.js. So i suppose if i move the redux...
Hi, my problem is app runs normal, but it does not track nearby beacons. do you have the tracking notification?
can we customised the marker using self build components?
@boyang1020 may i know how to do it?
@boyang1020 its a different library