Andrew Hamilton

Results 8 comments of Andrew Hamilton

@jariwalabhavesh This _onSlidingStart_ / _onSlidingComplete_ solution works but it is not performant at all for me. The react-native slider component seems to prevent bubbling of drag events and it would...

Hey @BosNaufal - yeah, I set the transition to none but you have something that is programmatically changing the scroll position in a timed way. Instead of it just instantly...

I see this issue only on Android. I applied the following style to the slider: ``` marginLeft: Platform.select({ ios: 0, android: -15 }), marginRight: Platform.select({ ios: 0, android: -15 })...

Second that - how can we customize this?

The issue with onFocus and onBlur makes this component basically unusable. It's too bad.

We're experiencing the same issue. If we pass the query with all variables it works. If we pass a string name for the query with no variables, it does not...

Thanks for the response. Yeah, I am using Webpack. I'll look into it and if I figure anything out, I'll post a note :)