This happened after I upgraded to expo 47 and reanimated to 2.13.0.
TypeError: _ReanimatedModule.default.configureProps is not a function. (In '_ReanimatedModule.default.configureProps(Object.keys(NATIVE_THREAD_PROPS_WHITELIST), Object.keys(UI_THREAD_PROPS_WHITELIST))', '_ReanimatedModule.default.configureProps' is undefined)
I had react-native-skeleton-content installed which has reanimated as a dependency for reanimated version 2.1.0.
I have tried using overrides in package.json and downgrading reanimated 2.3.1.
It seems like it's being caused by some version mismatch, but I haven't been able resolve it.