Alex

Results 364 comments of Alex

You could make a PR, if you have a desire. It shouldn't be difficult.

if possible prefer adding new modules (files) to changing existing ones.

Not sure I get the problem and the use case.

I don't tend to use `yalc link` but `yalc add` as it makes things more consistent, thus the workflow with `yalc link` may be not well thought out. To sum...

I'm not sure but try to resolve `buffer` from `.yalc/MyYalcManagedComponent/src/` (just run `node` and use `require.resolve('buffer)`) if it is resolved, then the problem in `react-native` way of resolving, AFAIK it...

You may try `yalc add --link localPackage` It will add `link:` dependency instead of `file:`

I don't think that yalc itself has anything to do with your problem -) It just copies changed files (when use push), and you say that it does this, and...

You probably should look into the way how your sources happen to get into the browser (bundler?).