Skip to content

Missing useAnimatedDriver in Animated #29

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();
        };

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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