nandorojo / moti

🐼 The React Native (+ Web) animation library, powered by Reanimated 3.
https://moti.fyi
MIT License
3.9k stars 120 forks source link

ReferenceError: Property '_notifyAboutProgress' doesn't exist, js engine: hermes #291

Closed Ashabu closed 1 year ago

Ashabu commented 1 year ago

Is there an existing issue for this?

Current Behavior

when i run npm run ios or npm run android to start the project on Mac M2 Pro, it fails because of the error "Property '_notifyAboutProgress' doesn't exist"

Expected Behavior

No response

Steps To Reproduce

open a react native project install moti and ranimated 3 run npm run android or npm run ios

Versions

- Moti: 0.25.3
- Reanimated: 3.2.0
- React Native:0.71.8

Screenshots

Simulator Screenshot - iPhone 14 Pro - 2023-06-08 at 20 17 51

Reproduction

Simulator Screenshot - iPhone 14 Pro - 2023-06-08 at 20 17 51

Ashabu commented 1 year ago

It turned out to be a problem with Reanimated 3 ... I downgraded it to 2.17 and it works fine. as its working fine, i am closing the issue