React Native iOS and Android integration for YEO Face Recognition (device-only).
npm install @yeomessagingcom/react-native-yeofriOS face recognition bridge for React Native (device-only).
Build & run on a real device. No simulator support.
``bash`
npm i @yeomessaging/react-native-yeofr
cd ios && pod install && cd ..
1. update s.version in podspec with the new version number
2. update "version" in package.json with the new version number
if need to update SPM version that is used for framework asset:
1. update bin_ver in podspec
2. update sha256 with checksum from spm in podspec
1. deprecate previous version (if required) (NB 0.1.11 is an example):
`bash`
npm deprecate @yeomessagingcom/react-native-yeofr@0.1.11 "Deprecated"
2. tag with lastest version (NB 0.1.12 is an example - use the real next version of the nom module):
`bash`
git tag 0.1.12
git push --tags
3. publish
`bash``
npm publish --access public