Getting the below error while building with react native reanimated.
ninja: build stopped: .
C++ build system [build] failed while executing:
@echo off
"C:\Users\somnath\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe" ^
-C ^
"D:\somnath\REACT_PROJECT\Myapp\node_modules\react-native-reanimated\android\.cxx\Debug\2c6q4iw2\arm64-v8a" ^
reanimated ^
worklets
from D:\somnath\REACT_PROJECT\Myapp\nodemodules\react-native-reanimated\android
ninja: error: mkdir(src/main/cpp/reanimated/CMakeFiles/reanimated.dir/D/somnath/REACT_PROJECT/Myapp/node_modules/react-native-reanimated): No such file or directory
But without react native reanimated it works fine. i have also tried with nightly version not worked
Description
Getting the below error while building with react native reanimated.
ninja: build stopped: .
C++ build system [build] failed while executing: @echo off "C:\Users\somnath\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe" ^ -C ^ "D:\somnath\REACT_PROJECT\Myapp\node_modules\react-native-reanimated\android\.cxx\Debug\2c6q4iw2\arm64-v8a" ^ reanimated ^ worklets from D:\somnath\REACT_PROJECT\Myapp\nodemodules\react-native-reanimated\android ninja: error: mkdir(src/main/cpp/reanimated/CMakeFiles/reanimated.dir/D/somnath/REACT_PROJECT/Myapp/node_modules/react-native-reanimated): No such file or directory
But without react native reanimated it works fine. i have also tried with nightly version not worked
Steps to reproduce
module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ 'react-native-reanimated/plugin', ], };
Snack or a link to a repository
not availabe
Reanimated version
3.6.2
React Native version
0.76.3
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
Real device
Device model
realme c12 android 14
Acknowledgements
Yes