You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,9 +208,9 @@ Activate animations on hover (web only):
208
208
</PressablesConfig>
209
209
```
210
210
211
-
### ScrollView Integration
211
+
### Avoid highlight flicker effect in Scrollable List
212
212
213
-
Use `FlatList`from `react-native-gesture-handler` to prevent tap conflicts:
213
+
Since pressto is built on top of the BaseButton from react-native-gesture-handler, it handles tap conflict detection automatically when used with a FlatList imported from react-native-gesture-handler.
0 commit comments