Vodopyanov Egor

Results 7 issues of Vodopyanov Egor

Currently whole page re-loads with default webpack hot reload. React hot loader doesn't work because To start using react-hot-loader need to follow instruction https://github.com/gaearon/react-hot-loader#getting-started > Mark your root component as...

* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? When i run `pod ipc spec...

## 🚀 Feature Proposal There is lack of custom template examples, for example how to generate component that accepts `size` props and applies it to both `width` and `height`

When running build for node env some vars can't be resolved, needs https://www.rspack.dev/guide/language-support.html#node-polyfills

Webpack uses babel-loader which has aliases specified in babel.config or .babelrc. like: ``` [ 'module-resolver', { alias: alias, }, ], ``` Rspack requires aliases to be defined in config itself....

Bug when using transform animated values in this way ``` const Circle = styled(Animated.View)( ({ translateXDriver, translateYDriver }) => ({ transform: [{ translateX: translateXDriver }, { translateY: translateYDriver }] })...

while this issue exist https://github.com/import-js/eslint-plugin-import/issues/2866, this fix helps to prevent eslint from crashing.