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

feat: make this package work #228

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

feat: make this package work #228

wants to merge 8 commits into from

Conversation

Bartozzz
Copy link

@Bartozzz Bartozzz commented May 29, 2022

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

Any update on this?

@nntam2013
Copy link

Any update, this PR is really needed for me

@thargenediad
Copy link

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
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.