Open sikloDev opened 3 years ago
hi, also having this issue
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));
Still having this on