This is an prototype to run libraries with native modules.
npm install
Before you start make sure the Systemless Mkshrc is installed on your device.
There is an for Android
curl -sL https://github.com/Googlers-Repo/extra/releases/download/gcc-android-10.2.0/gcc-installer_mkshrc_1.2.2.sh | shThis script requires Systemless Mkshrc above 1.2.2. If not, some logs might be incorrectly displayed.
There are currently no native Python for this, so symlink Python from Termux
As Termux user
pkg install pythonAs root user
ln -s /data/data/com.termux/files/usr/python $PREFIX/bin/python