-
|
The requirements documentation mentions that "microsoft/react-native/0.70 will be used for development", in the context of the example earlier in the docs. But it's not clear what Does it refer to this profile declared in the presets? What am trying to do is use align-deps for a non-RN (utility) package in a monorepo containing RN apps, but I can't omit Would greatly appreciate any advice! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @jonathanj.
Yes, that's correct. Specifically, this profile:
In the I hope that makes sense. |
Beta Was this translation helpful? Give feedback.
Hi @jonathanj.
Yes, that's correct. Specifically, this profile:
packages/align-deps/src/presets/microsoft/react-native/profile-0.70.tsIn the
requirementssection, you specify that your package needs. Instead of[email protected], you could statereact@17if your package requires React 17.x.I hope that makes sense.