From adb9e161c51b466e33066c2ddca9b8de363275f7 Mon Sep 17 00:00:00 2001 From: Radek Czemerys <7029942+radko93@users.noreply.github.com> Date: Thu, 17 Sep 2020 15:03:49 +0200 Subject: [PATCH] fix: Xcode 12 compatibility --- react-native-fingerprint-scanner.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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