qonversion / react-native-sdk

React Native SDK for cross-platform in-app purchase and subscription infrastructure, revenue analytics, engagement automation, and integrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 12 support

wmarsey opened this issue Β· comments

commented

Hi! πŸ‘‹

Firstly, thanks for your work on this project! πŸ™‚

Today I used patch-package to patch react-native-qonversion@3.6.0 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-qonversion/ios/.DS_Store b/node_modules/react-native-qonversion/ios/.DS_Store
new file mode 100644
index 0000000..96a379e
Binary files /dev/null and b/node_modules/react-native-qonversion/ios/.DS_Store differ
diff --git a/node_modules/react-native-qonversion/react-native-qonversion.podspec b/node_modules/react-native-qonversion/react-native-qonversion.podspec
index 8f84e00..1e32170 100644
--- a/node_modules/react-native-qonversion/react-native-qonversion.podspec
+++ b/node_modules/react-native-qonversion/react-native-qonversion.podspec
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
   s.source_files = "ios/**/*.{h,m,swift}"
   s.requires_arc = true
 
-  s.dependency "React"
+  s.dependency "React-Core"
   s.dependency "QonversionSandwich", "0.2.0"
 end

This issue body was partially generated by patch-package.