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

1.2K
Views
No se puede leer la propiedad 'installCoreFunctions' de undefined

Estoy tratando de integrar Reanimated 2.0 en el proyecto rápido iOS React Native y obtengo el siguiente error. La aplicación de Android funciona bien, pero no obtiene la solución para iOS.

https://docs.swmansion.com/react-native-reanimated/docs/

Error: Requiring module "node_modules/react-native-reanimated/src/Animated.js", which threw an exception: TypeError: Cannot read property 'installCoreFunctions' of undefined, js engine: hermes

Información del paquete:

"reaccionar": "17.0.2",

"reaccionar nativo": "0.67.0",

"reaccionar-nativo-reanimado": "2.3.1"

Hermes está habilitado.

El complemento de Babel está configurado para reanimar

Hecho varias veces node_module borrado y reinicio de caché.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

no ha realizado la configuración del complemento, en este caso parece un problema de BABEL

lea => https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation

asegúrese de haber hecho todo allí, si ha hecho todo desde esto y aún no funciona, intente

npm:

 npm start --reset-cache

hilo:

 yarn start --reset-cache

si todavía ... entonces elimine "node_modules" y vuelva a descargarlos con "yarn" o "npm" (si está en Mac y está desarrollando ios, tiene que "cd ios && pod install")

 rm -rf node_modules
over 4 years ago · Santiago Trujillo Report

0

¿Agregó el complemento babel de Reanimated a su babel.config.js? Al igual que:

 module.exports = { ... plugins: [ ... 'react-native-reanimated/plugin', ], };

También puede haber un error de permiso, intente ejecutar chmod +rwx ./node_modules

over 4 years ago · Santiago Trujillo Report
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!