Chris Dolphin

Results 16 comments of Chris Dolphin

Thanks for the tip. I've started work on a relative gestures script now using js focusing on the basics like you said (change in X, Y, Z). When I get...

What sort of API would want the module to have?

Sorry, thought I already replied to this. I don't plan on adding any additions to this project for a few months. This will be one of the first additions I'll...

Still experiencing the bug with ` '&:hover'` as @MarcusNotheis described

@HenriBeck Ah okay. Amazingly quick response, thanks!

Didn't know where to put this, but could the Internet Archive help with alternatives? I know its centralized, but its already a non-profit and setup to handle requests from across...

I fixed this issue by using [`casual-browserify`](https://github.com/Klowner/casual-browserify). Didnt need to change my webpack config at all, but I did need to replace the imports in any of the files that...

Will try it out. The react-primitives on [email protected] also already has react-native-web updated to 0.2.2. Will try updating to the latest to see if it fixes it

Alright, switched the example repo to using `TouchableWithoutFeedback` from react-native-web latest. Still getting errors, so I guess the issue originates `react-native-web`? [Updated example repo](https://github.com/likethemammal/react-primitives-touchable-bug/blob/16.2.0/src/index.js) *New screenshot using react-native-web's TouchableWithoutFeedback:* ![TouchableWithoutFeeback...

Did some reasearch into ResponderEventPlugin. Thanks for the direction! Found a few discussions in ReactDOM, but it looks like this thread in `react-native-web` is the last word on the subject...