I would like to avoid integrating with unnecessary modules and bloating my app. Since there is only a denyList exclude option and not an allowList include option- how can I get the full list of excludable modules? (https://docs.expo.io/bare/installing-unimodules/)
Also, modules excluded in native integrations are still unnecessarily downloaded into /node_modules. I would love the documentation to show steps for removing excluded node_modules safely.
Request:
  1. How can I get the full list of excludable modules?
  2. How can I remove excluded modules from node_modules?
  3. Any other tips for keeping the bundle small in the bare workflow.