animate-expo
Build Smooth Expo Animations
Mobile animations often stutter, ignore accessibility, or conflict with gestures. This skill designs Expo motion with suitable tools, timing, threading, and device checks.
Instalar con mi Agente
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "animate-expo" from https://skillstore.io/skills/emilkowalski-animate-expo.md and its manifest at https://skillstore.io/api/skills/emilkowalski-animate-expo/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Recursos legibles por agentes
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Pruébalo
Usando "animate-expo". Add animation when a settings toggle changes.
Resultado esperado:
Gate: frequent interaction, so use a subtle state transition. Use a short UI-thread color and scale change, with reduced motion preserving the color cue.
Usando "animate-expo". Make this card swipe away when deleted.
Resultado esperado:
- Use a horizontal pan gesture with a declared axis.
- Project release velocity to decide whether deletion commits.
- Settle with a spring or complete with a short timing animation.
- Test slow drags, fast flicks, interruptions, and vertical scrolling on a device.
Usando "animate-expo". The collapsing header stutters on Android.
Resultado esperado:
Keep the header height fixed and animate translated content with opacity. Drive values on the UI thread and verify the release build on the slowest supported Android device.
Auditoría de seguridad
SeguroAll 85 static findings are false positives caused by Markdown backticks and ordinary Android platform guidance. The files contain React Native examples and documented Expo installation commands, with no shell execution mechanism, system reconnaissance, prompt injection, or malicious intent.
Factores de riesgo
⚙️ Comandos externos (50)
Compartir y citar este informe
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
Copiar enlace del informe
https://skillstore.io/skills/emilkowalski-animate-expo/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/emilkowalski-animate-expo?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/emilkowalski-animate-expo?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/emilkowalski-animate-expo/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/emilkowalski-animate-expo.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Citas académicas (APA · BibTeX · CFF)
Cita APA
emilkowalski. (2026). animate-expo security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/emilkowalski-animate-expo/audits/1Cita BibTeX
@techreport{emilkowalski-emilkowalski-animate-expo-2026,
author = {emilkowalski},
title = {animate-expo security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/emilkowalski-animate-expo/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "animate-expo security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "emilkowalski"
date-released: "2026-08-19"
url: "https://skillstore.io/skills/emilkowalski-animate-expo/audits/1"
identifiers:
- type: other
value: "skillstore:emilkowalski-animate-expo:audit:1"
description: "Skillstore immutable audit report identifier"
Puntuación de Skillstore
Por qué esta puntuación Confianza de la evidencia: MedioLo que puedes crear
Add responsive press feedback
Create subtle press motion with accessible touch targets and suitable timing.
Design gesture-driven interactions
Build interruptible sheets or swipe actions with velocity-aware settling.
Fix animation performance
Review thread usage, animated properties, runtime setup, and device verification.
Prueba estos prompts
Add subtle press feedback to my Expo button. Keep it accessible, explain the motion choice, and provide the implementation.
Configure an Expo Router transition for this modal flow. Respect reduced motion and preserve native navigation gestures.
Implement a draggable in-screen sheet using Reanimated and Gesture Handler. Include velocity projection, interruption handling, and coordinated haptics.
Review these Expo animation files for dropped-frame risks. Correct thread crossings, layout-heavy properties, gesture conflicts, and accessibility gaps.
Mejores prácticas
- Name the animation purpose before choosing a tool or writing code.
- Keep continuous gesture and scroll updates on the UI thread.
- Test reduced motion and release performance on supported physical devices.
Evitar
- Do not update React state on every gesture or scroll frame.
- Do not animate layout-heavy properties when transforms and opacity can express the motion.
- Do not use haptics as the only feedback or trigger them every frame.
Preguntas frecuentes
Which Expo animation tools does this skill use?
Can it create gesture-driven animations?
Does it support reduced motion?
Can it fix stuttering animations?
Does it work for web animation?
Is simulator testing enough?
Detalles del desarrollador
Autor
emilkowalskiLicencia
MIT
Revisión de Skillstore
r1
Aviso de versión
El autor no declaró una versión.
Repositorio
https://github.com/emilkowalski/skills/tree/e879241fab3cdb22e8d95587cdbf40b57a88d7da/skills/animate-expoRef.
7fd79e91da5a0cc369dfba10b3e8ca2534c9aff8
Actualidad del mantenimiento
19/8/2026
Uso
0 descargas · 1 vistas
Estructura de archivos
📄 SKILL.md