Open Bartozzz opened 2 years ago
Any update on this?
Any update, this PR is really needed for me
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?
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.
This is a refactor of
expo-pixi
package.It fixes several issues, noticeably:
pixi.js
andpixi-filters
:expo-asset
andexpo-gl
:expo-asset-utils
is no longer needed)Additionally, it adds a few features:
PIXI
instead of messing with the global scope;expo-module-scripts
;Breaking changes:
Spine
,Signature
,Sketch
andFilterImage
. I think it's reasonable forexpo-pixi
to just add support forpixi.js
in Expo and do nothing more. Removed components can be easily reexported to their own packages to prevent the bloating ofexpo-pixi
package. Removing this bloat will also close a lot of issues.Closes https://github.com/expo/expo-pixi/pull/78 Closes https://github.com/expo/expo-pixi/pull/113