TypeError: _ReanimatedModule.default.configureProps is not a function.

Hey, I’m sorry you’re stuck on an issue like this, and I understand that this is frustrating.

The error you stated is usually caused by some component not being exported correctly but being imported in another. I’d suggest you to check the library imports in your project. Maybe there is a library import that has changed over time. For example, a similar forum post like this.

Also, if you feel you can share a minimal reproducible example, I can take a look, or if you can share it in a repo privately.