We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i have a monorepo where i use expo(SDK 51) in local app development.
Because this recomendation i have node-linker=hoisted in my .npmrc.
Running npx expo run:android then results in this error message: `CMake Error at CMakeLists.txt:18 (add_library): Cannot find source file:
/Users/ecsilveira/Desktop/www/my-project/examples/expo/node_modules/react-native/ReactCommon/jsi/jsi/jsi.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
CMake Error at CMakeLists.txt:18 (add_library): No SOURCES given to target: fast-rsa`
The react native package is not inside expo/node_modules, but my-project/node_modules.
Removing node-linker=hoisted results in correct compilation but the app crashes immediately.
I'm currently attempting to resolve the issues created by remover the hoisted behavior, but i`d like to ask if anyone has any suggestions.
Thanks.
The text was updated successfully, but these errors were encountered:
I have found a workaround by manually changing the cmake argument for node_modules in the package build.gradle utilizing pnpm`s patch command.
Sorry, something went wrong.
No branches or pull requests
Hello, i have a monorepo where i use expo(SDK 51) in local app development.
Because this recomendation i have node-linker=hoisted in my .npmrc.
Running npx expo run:android then results in this error message:
`CMake Error at CMakeLists.txt:18 (add_library):
Cannot find source file:
CMake Error at CMakeLists.txt:18 (add_library):
No SOURCES given to target: fast-rsa`
The react native package is not inside expo/node_modules, but my-project/node_modules.
Removing node-linker=hoisted results in correct compilation but the app crashes immediately.
I'm currently attempting to resolve the issues created by remover the hoisted behavior, but i`d like to ask if anyone has any suggestions.
Thanks.
The text was updated successfully, but these errors were encountered: