expo / expo-pixi

Tools for using pixi.js in Expo
MIT License
304 stars 119 forks source link

feat: make this package work #228

Open Bartozzz opened 2 years ago

Bartozzz commented 2 years ago

This is a refactor of expo-pixi package.

It fixes several issues, noticeably:

Additionally, it adds a few features:

Breaking changes:


Closes https://github.com/expo/expo-pixi/pull/78 Closes https://github.com/expo/expo-pixi/pull/113

nipunasudha commented 1 year ago

Any update on this?

nntam2013 commented 1 year ago

Any update, this PR is really needed for me

thargenediad commented 1 year ago

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 commented 1 year ago

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.