Recent versions of react-native have caused this error:

Im using the following packages for my expo app

I've found a partial fix:
Within CMakeLists.txt remove ReactAndroid::turbomodulejsijni & ReactAndroid::react_nativemodule_core
Replace with ReactAndroid::reactnative

For anyone unsure on how to apply this fix, search into npm patch-package or pnpm patch.
Im unable to test this fix fully due to the prisma/react-native C++ bindings failed to initialize error. However, the above fix atleast allows the app to build