madsleejensen / react-native-image-sequence

native implementation for creating frame based image animations
MIT License
107 stars 67 forks source link

Fix typings and propTypes for passing ViewProps to ImageSequence #39

Closed bwindsor closed 4 years ago

bwindsor commented 4 years ago

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.

bwindsor commented 4 years ago

Closing because I'm messing around too much on my fork. I'll open another PR once I get myself sorted.