This pull request introduces clangd support. You can read more about it in this awesome PR that bring it to reanimated. For now it supports iOS only as I am not sure if we need it for android here. To make it work, you have build FabricExample or MacOSExample first.
After building the FabricExample on android, the compile_commands.json file will contain only one translation unit, which is for cpp-adapter.cpp, since this is the only used cpp file on android.
Description
This pull request introduces
clangd
support. You can read more about it in this awesome PR that bring it to reanimated. For now it supports iOS only as I am not sure if we need it for android here. To make it work, you have buildFabricExample
orMacOSExample
first.