Open
Description
Instead of relying on the transformation of binding.gyp
to CMakeLists.txt
(the gyp-to-cmake
tool we've built), we could call into the Gyp build tooling directly, effectively expanding our offering to provide a rn-gyp
tool wrapping gyp
to build for React Native, the same way node-gyp
does for Node.js.