diff --git a/package.json b/package.json index f898fe48..a1ed0855 100755 --- a/package.json +++ b/package.json @@ -55,8 +55,5 @@ "setupFiles": [ "/__tests__/setup.js" ] - }, - "peerDependencies": { - "expo": "*" } } diff --git a/react-native-appsflyer.podspec b/react-native-appsflyer.podspec index 6949d405..d2f6642c 100644 --- a/react-native-appsflyer.podspec +++ b/react-native-appsflyer.podspec @@ -18,14 +18,13 @@ Pod::Spec.new do |s| # AppsFlyerFramework if defined?($RNAppsFlyerStrictMode) && ($RNAppsFlyerStrictMode == true) Pod::UI.puts "#{s.name}: Using AppsFlyerFramework/Strict mode" - s.dependency 'AppsFlyerFramework/Strict', '6.9.1' + s.dependency 'AppsFlyerFramework/Strict', '6.10.1' s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' } else if !defined?($RNAppsFlyerStrictMode) Pod::UI.puts "#{s.name}: Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps." Pod::UI.puts "#{s.name}: You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps." end - # s.dependency 'AppsFlyerFramework', '6.9.1' - s.dependency 'appsflyer-apple-sdk-qa', '6.10.1.106' + s.dependency 'AppsFlyerFramework', '6.10.1' end end