Question: How to set shouldRecognizeSimultaneouslyWith in react native #25540
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
Environment
"react": "16.8.3"
"react-native": "0.59.5"
Question
I want to achieve a similar effect to the above. In iOS native, you only need to implement the outermost UIScrollView's
shouldRecognizeSimultaneouslyWith
totrue
to support multi-gesture response in the same direction, you can achieve the effect of sliding the outermost layer with the innermost FlatList. You only need to control the contentOffset of the two components.So how to implement two ScrollView event penetrations in React Native to support the simultaneous sliding of two components
Code
The text was updated successfully, but these errors were encountered: