skip to Main Content

React native – CMake Build Error with react-native-reanimated: 'mkdir: No such file or directory' (Path Length Issue)

I am trying to build my React Native application for Android, but I'm running into an issue when building react-native-reanimated with CMake. The error I get is : Task :react-native-reanimated:buildCMakeRelWithDebInfo[armeabi-v7a] FAILED C/C++: ninja: error: mkdir(src/main/cpp/reanimated/CMakeFiles/reanimated.dir/C_/Users/ricar/Documents/Github/StockItUp/node_modules/react-native-reanimated/Common): No such file or directory…

VIEW QUESTION
Back To Top
Search