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

195
Views
ERROR:2339 la propiedad 'setNativeProps' no existe escriba 'nunca'

cada vez que uso 'setNativeProps' en mi código, no funcionará por alguna razón y no es solo un código. Siempre muestra el error 2339 y estoy usando mecanografiado Estoy usando react.js con exposición en un gráfico de anillos AQUÍ ESTÁ EL CÓDIGO , AYUDA POR FAVOR

 React.useEffect(() =>{ const maxPerc=100 * percentage/max; const strokeDashoffset= circleCircumference - (circleCircumference *maxPerc) /100; animatedValue.addListener(v =>{ if(circleRef?.current){ circleRef.current.setNativeProps({ strokeDashoffset, }); } }) }) return ( <View> <Svg width={radius * 2}height={radius * 2} viewBox={`0 0 ${halfCircle * 2} ${halfCircle * 2}`}> <G rotation='-90 ' origin={`${halfCircle}, ${halfCircle}`}> <Circle cx='50%' cy='50%' stroke={color} strokeWidth={strokeWidth} r={radius} fill="transparent" strokeOpacity={0.2} /> <AnimatedCircle ref={circleRef} cx='50%' cy='50%' stroke={color} strokeWidth={strokeWidth} r={radius} fill="transparent" strokeDasharray={circleCircumference} strokeDashoffset={strokeDashoffset} strokeLinecap='round' /> </G> </Svg> </View> ); }
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!