diff --git a/react-native-fingerprint-scanner.podspec b/react-native-fingerprint-scanner.podspec index e9fbd077..731116e3 100644 --- a/react-native-fingerprint-scanner.podspec +++ b/react-native-fingerprint-scanner.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.preserve_paths = '**/*.js' s.framework = 'LocalAuthentication' - s.dependency 'React' + s.dependency 'React-Core' end