-
**Objective**: I am trying to use `SignatureScreen` from `react-native-signature-canvas` inside a `ScrollView`. But whenever I try to scroll up and down. ScrollView takes the gesture and moves the scr…
-
The logic that the PanResponder uses in order to determine when to capture moves is not ideal. Put the pager within a ListView or vertical ScrollView and it becomes instantly obvious, because a minima…
-
Long story short:
We're building a lib for drawing on top of react-native-mapbox-gl. It works great on iOS, but doesn't on Android as we can't use the panResponder to capture track events when a to…
-
### Description
`InteractionManager.runAfterInteractions`'s callback is not called after RangeSlider component is rendered at least once.
### Version
2.2.2
### Steps to reproduce
1. Re…
-
- [ ] Build out panResponder (web, native):
- Decide on api that will be used for http://hammerjs.github.io/recognizer-pan/ and https://facebook.github.io/react-native/docs/panresponder.html
- V…
kylpo updated
7 years ago
-
I've been having the same problem. This is my code:
```jsx
import React, { Component } from 'react';
import {
AppRegistry,
View,
PanResponder,
} from 'react-native';
import Canvas, {…
-
Hi,
Thanks for great library. I'm having issue when InteractionManager didn't fire callback because of some long running interaction that I don't control (using third party library). I'm wondering…
-
The panResponder is not working as expected inside a react native Modal.
https://github.com/facebook/react-native/issues/9786#issuecomment-262932857
-
Is there a chance to expose props like panResponder to allow more granular control over the momentum (bouncing) effect? Moreover, the bottom sheet does not seems to be able to snap back into its origi…
-
It appears that `react-dom/unstable-native-dependencies` no longer exists in react-dom.
When attempting to use this package with a web application, the build fails since the module cannot be resolv…