Satyajit Sahoo
Satyajit Sahoo
BTW there are two ways to extend `quik`, 1. Add custom loaders to the webpack config (there's no way to do this right now). This can be for simple things,...
@venil7 Yeah. But the reason I want to add a plugin system is so support for new things can be added easily. Fo example, right now, to add typescript support,...
> The inclusion of the local scripts/pod-install.cjs This is temporary and will be removed once React Native 0.73 is released. > With the normal react-native app template, I can easily...
@vonovak > RNTA (react native test app) - this has become an essential tool for enabling long-term maintenance We want to add it, and have mentioned it in the RFC....
@AlanSl the previous React Native app template isn't VanillaJS either, it included Flow type.
Can you try master and see if it still happens? Note that master compatible with `react-navigation` `alpha.8`
Hey! This library is no longer maintained. I'd suggest not to use it.
> Merge conflicts is always a headache whether it is in binary lockfile (like bun.lockb) or text lockfile (like package-lock.json). It's actually pretty good with Yarn, add long as package.json...
@sudo-barun I brought up Yarn because you are comparing with npm's lockfile format. The point is that the package manager could handle the lockfile conflicts automatically as Yarn does and...
> may be what you are describing is destructive approach where the content of yarn.lock is regenerated from package.json and version of packages may get updated. If you have other...