Skip to content

Execution failed for task 'prisma_react-native:configureCMakeDebug[arm64-v8a]'. #47

@Jamie-Fairweather

Description

@Jamie-Fairweather

Recent versions of react-native have caused this error:
image

Im using the following packages for my expo app
image

I've found a partial fix:

Within CMakeLists.txt remove ReactAndroid::turbomodulejsijni & ReactAndroid::react_nativemodule_core
Replace with ReactAndroid::reactnative

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions