Skip to content

useNativeDriver Warning #1

@manssorr

Description

@manssorr

WARN Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

the fix:
`
componentDidMount() {
Animated.loop(
Animated.timing(this.rotateAnim, {
toValue: 8,
duration: this.props.speed,
useNativeDriver: true, // add this line
})
).start();
}

`

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