We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
useNativeDriver
true
false
Still having this on
"react": "17.0.1", "react-native": "0.64.2",
The text was updated successfully, but these errors were encountered:
hi, also having this issue
Sorry, something went wrong.
yes, me too. please what is the solution?
Same here...Is this issue resolved?
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));
https://www.npmjs.com/package/rn-animated-ellipsis
No branches or pull requests
Still having this on
The text was updated successfully, but these errors were encountered: