Currently, we are manually verifying that auto-linking a native module into an app works correctly. Recent upgrades have broken this workflow after publish, which has been a pain point for us.
This task is tracking creating a sample native module, and a test that runs in the CI loop to exercise auto-linking. Perhaps the test should create an app and auto-link the sample module... whatever most effectively covers the scenario our customers use.
We don't have E2E tests in our repo, but we do have autolinking tests. It might be nice to have a newly generated app consume a newly generated module via autolinking. Still worth doing, up for grabs.
Currently, we are manually verifying that auto-linking a native module into an app works correctly. Recent upgrades have broken this workflow after publish, which has been a pain point for us.
This task is tracking creating a sample native module, and a test that runs in the CI loop to exercise auto-linking. Perhaps the test should create an app and auto-link the sample module... whatever most effectively covers the scenario our customers use.