Description
Hi,
Thanks for the amazing work on nodejs-mobile! This is truly amazing.
I'm currently trying to have the npm module deasync built for android, using the nodejs-mobile-react-native plugin, but it normally installs using a custom build.js
shell script (see package.json).
As stated here, the current implementation for building native modules in nodejs-mobile-react-native requires extra work when not directly using node-gyp.
I wonder what needs to be done for react-native run-android to detect that deasync needs to be compiled using the android toolchains, and how to make it work using their build.js script (I already manage to have this work for more common native modules like leveldown that uses vanilla node-gyp in its install script)/
Thank you in advance