Skip to content

Missing useAnimatedDriver in Animated #29

@SamuelWallisBauer

Description

@SamuelWallisBauer

Each FlexImage gives a warning due to the animated load-in because useNativeDriver is not specified:

        this._onThumbnailLoad = () => {
            Animated.timing(this.state.thumbnailOpacity, {
                toValue: 1,
                duration: 250,
            }).start();
        };
        this._onLoad = () => {
            Animated.timing(this.state.thumbnailOpacity, {
                toValue: 0,
                duration: 250,
            }).start();
        };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions