-
Can't scroll, refreshControl not show
```js
render() {
return (
{this.makeItems()}
)
}
makeItems() {
return this.props.people.map((person, i) => (
…
-
allow for dy != 0 in the detection of swipes. if delta y of the swipe is not zero (or very close), buttons don't finish opening.
-
**Describe the bug**
Currently, you have to be very precise to not slide off the horizontal direction while swiping item.
Every small vertically movement cancels the swipe action.
This issue exists…
ghost updated
4 years ago
-
Hey there,
This is really useful for people using prior versions, but using `@providesModule` makes this unusable for Expo folks because `rn-cli.config.js` doesn't exist with Expo. With Expo we hav…
-
It says that this package trying to install the same name across two different files.
error: bundling failed: ambiguous resolution.
-
I am trying to go to the previous page programmatically but everytime I get this error.
` onboardingRef.current.goToPage(0, true)}>
`
This …
-
Hello, thanks for the video with the amazing content.
When I tap the item inside the ScrollView, it can only swipe left or right but cannot scroll up and down.
I know it's a problem about the PanG…
-
I have this error if I use this lib as
```
```
and the error is
```
TypeError: undefined is not an object (evaluating 'this.context.glSurface.RenderLessElement')
…
-
I cant drag and drop my items. If I longpress nothing happens
```
import React, { useCallback, useState } from "react";
import { Text, View, StyleSheet, TouchableOpacity } from "react-native";
i…
-
### Description
Each time a new component is added at the beginning or in the middle of the list, the last component (the one that was added first) re-mounts. I've noticed that when a new component i…