hieuvp / react-native-fingerprint-scanner

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
https://www.npmjs.com/package/react-native-fingerprint-scanner
870 stars 298 forks source link

pod can`t install #127

Closed xclidongbo closed 4 years ago

xclidongbo commented 4 years ago

RN0.59.10 react-native-fingerprint-scanner@2.6.2 pod install

$ pod install
Analyzing dependencies
[!] No podspec found for `ReactNativeFingerprintScanner` in `../node_modules/react-native-fingerprint-scanner`
phillbaker commented 4 years ago

react-native-fingerprint-scanner@2.6.2

The podspec was only added in v3 (https://github.com/hieuvp/react-native-fingerprint-scanner/commit/7e828060e30274c6def68bf5b01dd8af28954586). You'll need to upgrade react-native and update to a more recent version of the library.

Closing for now, please re-open if there are other issues.