Eduardo Augusto Ramos

Results 14 comments of Eduardo Augusto Ramos

Found a workaround solution, creating a middleware and forcing the re-render: ```typescript import useSWR, { SWRHook, Middleware } from 'swr'; const forceUpdate: Middleware = (useSWRNext: SWRHook) => (key, originalFetcher, config)...

https://github.com/madsleejensen/react-native-image-sequence/commit/860af3e1a8e40741e7914b53802d058cdd63601b fixed this. this issue can be closed.

I tried to play a PNG sequence with 150 files and it stops the app on Android. I guess is an out of memory problem. Maybe if add some recycle...

Another solution for PNG's animation is using webp format, you can convert using tools like: https://ezgif.com/webp-maker And enable webp on the react native project using: https://github.com/TGPSKI/react-native-webp-support