-
I'm working on building out a backwards-compatible Fabric Component, which depends on an existing backwards-compatible Turbo Module. Ideally, I'd like to publish both of these as part of the same library, but I'm looking to understand what the best practices are for structuring a project like this. From what I understand, it's no longer possible to add an array of specs to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Correct. You can place all the specs in the same folder, and they all will be generated. |
Beta Was this translation helpful? Give feedback.
Correct. You can place all the specs in the same folder, and they all will be generated.
Otherwise, you can create separate NPM packages with distinct spec folders.