react-native-fingerprint-scanner

v2.0.0
React Native Fingerprint Scanner for Android and iOS
react-native react-native-component react-component react native touchid touch-id fingerprint fingerprint-scanner and 1 more...

android

cd examples && react-native run-android

ios

cd examples && react-native run-ios

symlink

cd examples && rm -rf node_modules/react-native-fingerprint-scanner && npm link ../../react-native-fingerprint-scanner && rm -rf ../package-lock.json

cleanup

rm -rf android/build ios/build yarn.lock node_modules && cd examples && rm -rf android/build android/app/build ios/build yarn.lock node_modules

cleanup:android

cd examples/android && ./gradlew clean

cleanup:install

yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android

release:patch

npm version --force patch && npm publish && git push --follow-tags

release:minor

npm version --force minor && npm publish && git push --follow-tags

release:major

npm version --force major && npm publish && git push --follow-tags

Metadata

  • MIT
  • Whatever
  • Hieu Van
  • released 6/7/2017

Downloads

Maintainers