Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sikloDev opened this issue Sep 29, 2021 · 5 comments

Comments

@sikloDev
Copy link

Still having this on

"react": "17.0.1",
"react-native": "0.64.2",
@thornec
Copy link

thornec commented Sep 30, 2021

hi, also having this issue

@vhmr
Copy link

vhmr commented Dec 1, 2021

yes, me too. please what is the solution?

@ayushmng
Copy link

Same here...Is this issue resolved?

@hyeseon-han
Copy link

hyeseon-han commented Jun 15, 2022

you can add this line in AnimatedEllipsis.js

Animated.timing(this._animation_state.dot_opacities[which_dot], {
      toValue: this._animation_state.target_opacity,
      duration: this.props.animationDelay,
      useNativeDriver: true, // add this
    }).start(this.animate_dots.bind(this, next_dot));

@Thanhal-P-A
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants