Giter Site home page Giter Site logo

Comments (4)

danceyoung avatar danceyoung commented on May 24, 2024

react-native-selectmultiple-button pacage does not contain Animated package.
You try deleting the folder node_modules within your project scaffloding, then npm install again

from react-native-selectmultiple-button.

inspmoore avatar inspmoore commented on May 24, 2024

Thanks @danceyoung for the reply. I tried it already and unfortunately this doesn't resolve the issue. The conflict is still there. Any other ideas?

from react-native-selectmultiple-button.

danceyoung avatar danceyoung commented on May 24, 2024

@inspmoore Can you send a demo to my email [email protected].
Thanks

from react-native-selectmultiple-button.

ScottWallace avatar ScottWallace commented on May 24, 2024

For those who believe instead in the power of Github comments for issues' ability to serve a solution for everyone, instead of email, here's a temporary patch until the developer takes the time to fix this issue or deprecates the project.

Create a new file in the root of your project, called rn-cli.config.js and add this to it:

module.exports = {
  resolver: {
    blacklistRE: /node_modules\/.*\/node_modules\/react-native\/.*/,
  }
 };

From:
facebook/react-native#21242 (comment)

Note: If you're on Windows (bless your heart), you'll need a different pathing. Read further in the comments for that issue to see a recommendation that I've not tried, because I'm on a real computer.

Again, this is a temporary fix, not a solution. For the solution, fork the code, take five more minutes to study the problem, apply the package.json fix, then email all your friends. No, wait, don't email them, there's better ways. Like Github comments.

Anyhoo, for the God knows how many who quickly tried this very broken and abandoned project and walked away without emailing the developer for the solution, here's hoping you'll come back and read this. It's an excellent component, and I hope the developer will apply his emailed solution to it.

That's right, I'm lightheartedly gigging the developer for his use of email for support. Let's not do that. Email support is an abomination that Github is meant to solve.

from react-native-selectmultiple-button.

Related Issues (10)

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.