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