Is there anyone using Nixos and React-native? I am having trouble building a project because the binaries used by gradle have hardcoded paths for the system libraries.
Right now the stumbling block is aapt2, and using patchelf to patch the binary in the cache of .gradle is not enough because gradle replaces it each time.
Any hint is welcome, I’m stuck.