Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

284
Views
Quiero hacer una animación entre el estado de cierre y apertura del cajón. ¿Cómo puedo hacer eso?
 useEffect(() => { if (isDrawerOpen == "open") { sv.value = 1 //withTiming(1) } else if (isDrawerOpen == 'closed') { sv.value = 0 //withTiming(0) } }, [isDrawerOpen]); const screenStyle = useAnimatedStyle(() => { const scaleY = interpolate(sv.value, [0, 1], [1, 0.86], { extrapolateRight: Extrapolate.CLAMP, }); const borderRadius = interpolate(sv.value, [0, 1], [1, 20], { extrapolateRight: Extrapolate.CLAMP, }); console.log("HERE CALLED : " + scaleY) return { transform: [ { scaleY, }, ], borderRadius: borderRadius, }; });

**Hay 2 estados en la documentación oficial https://reactnavigation.org/docs/drawer-navigator/#drawercontent 'abierto' y 'cerrado' Quiero hacer una animación entre estos 2 estados (como en el cierre), por favor ayúdenme * *

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!