Closed Alexxzz closed 1 month ago
Yes, if you wish to use this feature, you must fork this repository and change theidenfy-react-native.podspec
file to include iDenfyRecognition s.dependency "iDenfySDK/iDenfyRecognition", "8.5.7"
. Also, you must use use_frameworks with dynamic linking for this module.
Using this feature with the plugin from npmjs
is not possible.
Hello,
Is it possible with RN SDK?
In iOS documentation it suggests to add pod to Podfile
which is probably not what you do when using RN plugin.