Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

178
Vistas
How to spin an image infinitely in React Native

I'm trying to spin an image infinitely, a rotating disk. I checked using animated or the react-native-animatable. They've got duration and timing, how do I rotate without putting a time or angle of spin to it.

  const handleAnimation = () => {
      Animated.timing(rotateAnimation, {
          toValue: 1,
          duration: 72000,
          useNativeDriver: false,
      }).start(() => {
          rotateAnimation.setValue(0);
      });
  }; 
    <TouchableOpacity onPress={async () => handleAnimation()}>
                <Animated.Image
                    style={{
                        width: 300,
                        height: 300,
                        transform: [{ rotate: interpolateRotating }]
                    }}
                    source={abcd} >
                </Animated.Image>
            </TouchableOpacity>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Try adding the Animated.timing in a Animated.loop

Animated.loop(
    Animated.timing(rotateAnimation, {
         toValue: 1,
         duration: 72000,
         useNativeDriver: false,
     })
).start();
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda