I want to add a C++ file and call its methods from react-native repository.I have already tried some of the answers which says to install ffi-napi but that is not working. There are some specific tools requirement for this dependency.
So is there a way I can call the C++ methods without installing any dependency?