When using TypeScript, if you pass a style prop to ImageSequence it complains, even though any ViewProp can actually be passed to ImageSequence. I have fixed the typings and propTypes.
This PR also includes the fix in #38, which is required to prevent crashing if using larger number of images, or if reloading small number of images regularly.
When using TypeScript, if you pass a
style
prop toImageSequence
it complains, even though any ViewProp can actually be passed toImageSequence
. I have fixed the typings and propTypes.This PR also includes the fix in #38, which is required to prevent crashing if using larger number of images, or if reloading small number of images regularly.