-
### Summary
When using a `PanResponder` with an expo `GLView` on the new architecture the `PanResponder` only reports single touches. Multiple touches are effectively not recognized and/or dropped.
…
-
# Bug
When I am adding onPress to a Text, it works sporadically for all devices!
Tried adding onPress directly to the Text and to the Group as well. Didn't work.
Secondly, on a separate note, …
-
## 热更新
https://github.com/lisong/code-push-server
-----
https://github.com/infinitered/ignite (Get ready to ignite your next React Native project. After months of collaboration and hundre…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
```sh
Attempted import error: 'BackHandler' is not exported from 'react-native' (imp…
-
### Summary
When i add Polyline inside MapView then it give this error:
addViewAt: failed to insert view [664] into parent [646] at index 0
The specified child already has a parent. You must c…
-
**Describe the bug**
On Android when I go to background or to the app switcher the pop up appears without calling it
**Steps to reproduce**
Steps to reproduce the behavior:
1. Go to Background/A…
-
Can you update the dependency?
-
## Description
The PanResponder does not block the ScrollView on iOS. Android works as it should. No matter with which *ShouldSet* function you want to prevent the responder from being rejected, the …
-
when i pinch, i found gestureState.numberActiveTouches is 1 in _handlePanResponderMove function
-
Trying to make a tool to drag and drop, and resize various svg elements on the screen. Looking at all the examples, the screen is always constrained to the screen dimensions. Is it possible to have a …