trace_registernatives This is a script to trace and log calls to RegisterNatives from an Android app. Installation Ensure that you have NPM and poetry installed. Run the following commands: $ npm install $ npm run build $ poetry install --no-dev