Steve Moretz

Results 107 comments of Steve Moretz

> [This PR](https://github.com/software-mansion/react-native-reanimated/pull/2207) has been merged, allowing the low-level `useHandler` hooks to be used. > > I don't have an app anymore that uses this Pager View library, but I...

> Don't use touchable opacity use a Text also it has an onPress prop, you can also modify the style for that.

> @devendra-learngram-ai is there any example of how to use the onResponderGrand and onResponderRelease to imitate touchableopacity animation on text onPress? You could try with reanimated2 Animated.Text that might actually...

> > > > > > > > > Don't use touchable opacity use a Text also it has an onPress prop, you can also modify the style for that....

Did you mean gulp is deprecated? Or he's using a deprecated version of gulp?

Oh okay I misread. Yeah gulp is an automation tool, using webpack makes more sense when writing a public library. Anyways there is a webpack plugin for gulp, called `webpack...

So did it ever get implemeneted?

It's been 2 years and nothing yet?

Took me a while but here's my solution, 1. install tsc-alias 2. add my plugin to your config file ```js const tscAlias = () => { return { name: "tsAlias",...