Giter VIP home page Giter VIP logo

Comments (5)

balmasich avatar balmasich commented on September 25, 2024 2

But it require minimum deployment target 15.5

from react-native-zip-archive.

MinskLeo avatar MinskLeo commented on September 25, 2024 1

Anyway, here is the patch for that, if the fix will not be applied until 1 of May by maintainer.

File:

patches/react-native-zip-archive+6.1.0.patch

Content:

diff --git a/node_modules/react-native-zip-archive/RNZipArchive.podspec b/node_modules/react-native-zip-archive/RNZipArchive.podspec
index 8eebcdc..14793da 100644
--- a/node_modules/react-native-zip-archive/RNZipArchive.podspec
+++ b/node_modules/react-native-zip-archive/RNZipArchive.podspec
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
   s.preserve_paths = '*.js'
 
   s.dependency 'React-Core'
-  s.dependency 'SSZipArchive', '~>2.2'
+  s.dependency 'SSZipArchive', '~> 2.5.5'
   s.compiler_flags = '-GCC_PREPROCESSOR_DEFINITIONS="HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB MZ_ZIP_NO_SIGNING $(inherited)"'
 
   s.subspec 'Core' do |ss|

How to apply patch:
https://www.npmjs.com/package/patch-package

@gabrielguilhoto

from react-native-zip-archive.

MinskLeo avatar MinskLeo commented on September 25, 2024

Would be good to have it until 1 of May...

from react-native-zip-archive.

plrthink avatar plrthink commented on September 25, 2024

This has been solved by v6.1.1, thanks for @vomchik's contribution.

from react-native-zip-archive.

plrthink avatar plrthink commented on September 25, 2024

But it require minimum deployment target 15.5

Yes, I made a mistake here, a better solution to this issue should be to let the developer change SSZipAchive version in their apps.

And I just released a new version, v6.1.2, which reverts the PR I mentioned before.

from react-native-zip-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.