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
I have a TouchableHighlight absolutely positioned, setting top, bottom and left to 0.
TouchableHighlight
top
bottom
left
<View cls="flx-i bg-white"> <TouchableHighlight cls="absolute" style={{ top: 0, bottom: 0, left: 0 }} > <View cls="flx-i bg-black w5 o-70"/> /* flex: 1, background: black, width: 224px, opacity: 0.7 */ </TouchableHighlight> </View>
When I swap it out for TouchableWithoutFeedback it only covers half the height of the screen instead of the full-height.
TouchableWithoutFeedback
The text was updated successfully, but these errors were encountered:
I think this is still an issue.
Sorry, something went wrong.
No branches or pull requests
I have a
TouchableHighlight
absolutely positioned, settingtop
,bottom
andleft
to 0.When I swap it out for
TouchableWithoutFeedback
it only covers half the height of the screen instead of the full-height.The text was updated successfully, but these errors were encountered: