We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例如
TouchableHighlight(onPress={xxx}) View Flex ... Flex ... Flex ...
整体被TouchableHighlight包裹,当我按下Flex下的控件时onPress事件就无法触发,只有我按其余的空白处才能触发onPress。这是BUG吗?
The text was updated successfully, but these errors were encountered:
之前的问题在这里 #756 #769 (comment)
Sorry, something went wrong.
facebook/react-native#6796
Flex 和 FlexItem 嵌套 Touchable,感觉要把这个移出去,Touch 的处理交给 children 来搞 @pingan1927
下个 break change 版本将会把 Flex 内置的 TouchableWithoutFeedback 去掉,交给用户自己在 children 里去写
flexItem
flex
closed for #2095
silentcloud
No branches or pull requests
例如
整体被TouchableHighlight包裹,当我按下Flex下的控件时onPress事件就无法触发,只有我按其余的空白处才能触发onPress。这是BUG吗?
The text was updated successfully, but these errors were encountered: