diff --git a/.gitignore b/.gitignore index db2244c2..1398ee3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,9 @@ # .DS_Store -# node.js -# -node_modules/ -npm-debug.log -yarn-error.log +# VSCode +.vscode/ +jsconfig.json # Xcode # @@ -27,23 +25,60 @@ DerivedData *.ipa *.xcuserstate project.xcworkspace +**/.xcode.env.local -# Android/IntelliJ +# Android/IJ # -build/ -.idea +.classpath +.cxx .gradle +.idea +.project +.settings local.properties -*.iml +android.iml + +# Cocoapods +# +example/ios/Pods + +# Ruby +example/vendor/ + +# node.js +# +node_modules/ +npm-debug.log +yarn-debug.log +yarn-error.log # BUCK buck-out/ \.buckd/ -*.keystore +android/app/libs +android/keystores/debug.keystore + +# Yarn +.yarn/* +example/.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions + +# Expo +.expo/ + +# Turborepo +.turbo/ + +# generated by bob +lib/ -# vscode -.vscode +# React Native Codegen +ios/generated +android/generated -# CocoaPods -Pods/ -Podfile.lock \ No newline at end of file +# React Native Nitro Modules +nitrogen/ \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index d3279338..81656065 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -65,7 +65,7 @@ repositories { dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules - implementation "io.qonversion:sandwich:6.0.6" + implementation "io.qonversion:sandwich:6.0.11" } afterEvaluate { project -> diff --git a/react-native-qonversion.podspec b/react-native-qonversion.podspec index 8a171864..07fe378c 100644 --- a/react-native-qonversion.podspec +++ b/react-native-qonversion.podspec @@ -22,6 +22,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - s.dependency "QonversionSandwich", "6.0.8" + s.dependency "QonversionSandwich", "6.0.11" end