Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

feat: make this package work - #228

Open
Bartozzz wants to merge 8 commits into
expo:masterfrom
Bartozzz:master
Open

feat: make this package work#228
Bartozzz wants to merge 8 commits into
expo:masterfrom
Bartozzz:master

Conversation

@Bartozzz

@Bartozzz Bartozzz commented May 29, 2022

Copy link
Copy Markdown

This is a refactor of expo-pixi package.

It fixes several issues, noticeably:

Additionally, it adds a few features:

Breaking changes:

  • It removes Spine, Signature, Sketch and FilterImage. I think it's reasonable for expo-pixi to just add support for pixi.js in Expo and do nothing more. Removed components can be easily reexported to their own packages to prevent the bloating of expo-pixi package. Removing this bloat will also close a lot of issues.

Closes #78
Closes #113

@nipunasudha

Copy link
Copy Markdown

Any update on this?

@nntam2013

Copy link
Copy Markdown

Any update, this PR is really needed for me

@thargenediad

Copy link
Copy Markdown

What does it mean that "Removed components can be easily reexported to their own packages..."?
I only need the Signature component to work.
How would I get it to work?

@Bartozzz

Copy link
Copy Markdown
Author

Any update on this?

Any update, this PR is really needed for me

Honestly, I think this repository is dead. I'd recommend you simply copy the source code of my fork directly to your project.


What does it mean that "Removed components can be easily reexported to their own packages..."? I only need the Signature component to work. How would I get it to work?

I wanted to make this package as simple as possible. I decided to just keep the pixi.js abstraction and remove all additional React components, including Signature. Once this is merged, you'd have to copy Signature.js to your project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.