Fedir Ushakov

Results 26 comments of Fedir Ushakov

> It's clear the community shares a single wish about this issue: > > * ability to disable the check for `this` when invoking a function nested prop > >...

Thanks for prompt reply, @robwalkerco Actually, i used Release build, which builds ordinary React Native application(w/o dev client), so theoretically it shouldn't affect in any way.

> Ah, that could be the issue. It's only possible to test a build that's been created with the owl cli [build command](https://formidable.com/open-source/react-native-owl/docs/cli/building-the-app#examples). The build command injects the test client...

@robwalkerco Basically the expo project i mentioned uses `expo-dev-client`, so it's basically more/less the same as plain RN project and owl building + testing without press works perfect. Seems there...

> Hi, in my Expo project I just added in the presets (babel.config.js) `'module:metro-react-native-babel-preset'` and it's works. Thanks for the hint. Could You please show full `babel.config.js` source? `'module:metro-react-native-babel-preset'` is...

@piaskowyk Just checked. The issue is still relevant with version `2.1.0`. Seems, that RNGH's component does not take into consideration 2nd parameter of `TouchableNativeFeedback.Ripple` - `borderless`. It always acts like...

@zibs Any chance to merge this? Please... 🐱 🐱 🐱

Thanks for reply, @mmazzarolo I marked it as `nohoist`(with reset), tried to set the correct version with with `resolutions` property, no luck. Will try to assemble minimal repro tomorrow.

@mmazzarolo Sorry for the delay, i put the simple repro - https://github.com/todorone/react-native-universal-monorepo with one simple [commit](https://github.com/todorone/react-native-universal-monorepo/commit/01976b87be52f61352bdd3ea8892dbe2ceabadb1) of adding `react-native-reanimated`(but it's relevant to any dependency that depends on `react-native` and needs...

I completely agree with @mmazzarolo that the best option is to do the best to maintain compatibility with Yarn classic if it's possible. There is a reason why Yarn 2+...