Skip to content

Animated.loop is not working in web #32

Description

@matiosfree

Hey there. Animated.loop is not working when I start the animation in web app. the problem is in the useNativeDriver: true
Seems need to add a condition there to be like:

useNativeDriver: Platform.OS !== 'web',

https://github.com/MiLeung/rn-sprite-sheet/blob/master/src/SpriteSheet.js#L213

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions