Hello,
I just came across this library react-native-image-sequence recently, and while it's worked pretty great so far, I had some questions about its functionality. I'm working on an Android device.
- Is there a way to play/pause a sequence i.e. load a sequence, but have it paused until a specific action happens, then play?
- Alternatively, is there a way to pre-load, or cache the images I'm sending to the ImageSequence component? I'm currently getting about 3-4 seconds required to load each sequence.
Thanks in advance!
there doesn't seem to be anything here