expo / expo-pixi

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

Fixes expo-pixi for expo 43 #212

Closed 0xClpz closed 2 years ago

0xClpz commented 2 years ago

This repo was using expo-asset-utils 1.2.0 and this version doesn't work anymore on expo 43. Expo-asset-utils has a deprecation notice pointing to expo-assets and expo-file-system but I wasn't sure which methods from these modules should be used to replace resolveAsync

Cheers,

robsonbbs commented 2 years ago

@EvanBacon could you take a look and maybe merge it?