Tomasz Misiukiewicz
Tomasz Misiukiewicz
I was trying to test it, but couldn't see any change in the `config` output until I installed any of peer dependencies as a dev dependency, am I missing something?...
@tido64 I just want to clarify, what if you use a package manager that does not install peer dependencies automatically e.g. yarn classic? It would probably still not resolve the...
@shubham1206agra friendly bump for review 🙏
it's now blocked by https://github.com/Expensify/App/pull/54288
Hey, support for pnpm is something i have been working on for a while. I was able to make it work with `init` command and make project running on iOS...
Using `peerDependencices` was my initial idea, however decided to give the approach above a try since yarn is not installing peer dependencies by default. However, if we decide to use...
Here's the example demo of the workflow using peer dependencies: https://github.com/react-native-community/cli/assets/13985840/a8bfede6-233e-4fea-aa6f-f8d71e8b67fb Do you think picking highest compatible version and adding it to package.json with caret range will be safe to...
Hi @tomekzaw, thank you for your insightful comment! This kind of checks is definitely something that would be highly beneficial. I'll add it to the checklist in the summary and...
> I assume you'd still be able to disable auto-linking for transitive native dependencies via `react-native.config.js` if this was merged to the CLI? Hi @liamjones could you elaborate more how...
Hi @liamjones, sorry for late response - lots of stuff were going on because of RNEU conference lately. No changes are made to the autolinking mechanism itself - so this...