Image filter functionality worked perfectly in my app till expo sdk 43. Thanks for that!
After upgrade to sdk 44 (and sdk45 as well) when entering screen with filtered image, app crashes and closes without any message on Expo Go and also no error message is visible on Sentry.
I think it has something to do with the fact that library or it dependencies relies on @unimodules/core, which is not available from sdk44. Are you going to upgrade your package so it functions well also on expo sdk44 and further versions.
Will be grateful for any info in that topic. I need to know if I should resign from filters functionality since I can not sustainably support it with sdk upgrades. I would love to avoid that.
Hi Gregory!
Image filter functionality worked perfectly in my app till expo sdk 43. Thanks for that!
After upgrade to sdk 44 (and sdk45 as well) when entering screen with filtered image, app crashes and closes without any message on Expo Go and also no error message is visible on Sentry.
I think it has something to do with the fact that library or it dependencies relies on @unimodules/core, which is not available from sdk44. Are you going to upgrade your package so it functions well also on expo sdk44 and further versions.
Will be grateful for any info in that topic. I need to know if I should resign from filters functionality since I can not sustainably support it with sdk upgrades. I would love to avoid that.
Thanks in advance, Didiwloski