Coder Social home page Coder Social logo

Comments (10)

guavadevelopment avatar guavadevelopment commented on June 3, 2024 4

Your mileage may vary but I got this to work in expo 40 by adding these modules directly to my project with yarn add

"@pixi/core": "^6.0.0",
"@pixi/filter-alpha": "^6.0.0",
"@pixi/filter-blur": "^6.0.0",

from expo-pixi.

srmagura avatar srmagura commented on June 3, 2024 3

The problem is in the package.json. expo-pixi is pulling in whatever the latest version of pixi-filters is:

"pixi-filters": "*",

Fixed in my project by forcing pixi-filters to resolve to 3.1.1 with a Yarn resolution in my package.json:

"resolutions": {
    "pixi-filters": "3.1.1"
}

from expo-pixi.

rbrogi avatar rbrogi commented on June 3, 2024

Hi,
i have the same problem with expo 42.... i tried add "@pixi/core": "^6.0.0",
"@pixi/filter-alpha": "^6.0.0",
"@pixi/filter-blur": "^6.0.0", & "pixi-filters": "3.1.1"

but nothing...

have you any idea?

from expo-pixi.

srmagura avatar srmagura commented on June 3, 2024

Hey @rbrogi, expo-pixi is super unmaintained and has many issues. I would suggest using something else.

I switched to react-native-signature-canvas. It has its own issues but does ultimately work.

from expo-pixi.

rbrogi avatar rbrogi commented on June 3, 2024

@srmagura thanks so musch about the info.

from expo-pixi.

brentvatne avatar brentvatne commented on June 3, 2024

we don't currently maintain this library because we don't have the time for it, but if someone would like to contribute and take over maintainership please let me know

from expo-pixi.

Bartozzz avatar Bartozzz commented on June 3, 2024

@brentvatne @EvanBacon I'd be happy to maintain this package. I created a PR that fixes all of the major issues here. Please, feel free to contact me on [email protected] if you'd like to discuss. I am a hobbyist game developer, so I'll maintain my fork anyway.

from expo-pixi.

flyskywhy avatar flyskywhy commented on June 3, 2024

@Bartozzz maybe you can also have a look at https://github.com/flyskywhy/react-native-pixi which also forked from here 😝

from expo-pixi.

thargenediad avatar thargenediad commented on June 3, 2024

@brentvatne @EvanBacon I'd be happy to maintain this package. I created a PR that fixes all of the major issues here. Please, feel free to contact me on [email protected] if you'd like to discuss. I am a hobbyist game developer, so I'll maintain my fork anyway.

@Bartozzz , Is there a way I can use your fork with the Signature component included?
The Signature piece is the only thing I need pixi for.

from expo-pixi.

Bartozzz avatar Bartozzz commented on June 3, 2024

@thargenediad I could, but I guess there's no point since this repository is dead and I won't have time to maintain my fork on my own. My recommendation for you is to copy my fork directly to your project and add the Signature component on your own – it should be pretty straightforward.

from expo-pixi.

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.