You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Module [Object Object] is missing from the asset registry
Since the Asset.fromModule function from expo-asset only takes “number or string” as an argument and here a JSON object is getting passed.
Can anyone help with how to run Sprite Sheet animation with this library?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hi,
I’m trying to run Sprite Sheet animation using the example given here.
https://github.com/expo/expo-pixi/blob/master/examples/comprehensive/Examples/Basics/SpriteSheetAnimation.js
But it’s giving error on the line number 9
Module [Object Object] is missing from the asset registry
Since the Asset.fromModule function from expo-asset only takes “number or string” as an argument and here a JSON object is getting passed.
Can anyone help with how to run Sprite Sheet animation with this library?
Thanks a lot
The text was updated successfully, but these errors were encountered: