Git Product home page Git Product logo

Comments (4)

bd-arc avatar bd-arc commented on August 28, 2024 1

Hi @reybluk,

You need to either:

  • use a more recent version of the plugin (the fix has been published in version 2.1.2)
  • downgrade to RN 0.48 (in which it was still possible to import PropTypes from React, as @georgegoncalo stated)

from react-native-image-gallery.

reybluk avatar reybluk commented on August 28, 2024 1

I couldn't do downgrade. I have a module that needed 0.49. For me is ok install new version... but I don't know how to do it without standard install... Could you help me? Do I copy only the gallery.js and substitute previous one? or Do I must copy all src folder in /node_modules/react-native-image-gallery/library/folder?

from react-native-image-gallery.

georgegoncalo avatar georgegoncalo commented on August 28, 2024

Hey.

PropTypes isnt an object of react anymore (0.49).

Must be changed to import PropTypes from 'prop-types'

;)

from react-native-image-gallery.

bd-arc avatar bd-arc commented on August 28, 2024

@reybluk You should never modify the files that are located in the nodes_modules folder unless you have a very good reason to do so (usually in order to test an unpublished fix); npm is there precisely to handle that for you.

Updating the plugin version is as simple as modifying your package.json file to the following:

"react-native-image-gallery": "2.1.3"

and then running:

npm install

Make sure to read the release notes of version 2.0.0 since a small breaking change was introduced.

from react-native-image-gallery.

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.