Skip to content
New issue

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 positions renders differently than TouchableWithoutFeedback #8000

Closed
fab1an opened this issue Jun 8, 2016 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@fab1an
Copy link

fab1an commented Jun 8, 2016

I have a TouchableHighlight absolutely positioned, setting top, bottom and left to 0.

<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.

@fab1an fab1an closed this as completed Jul 23, 2016
@chrise86
Copy link

chrise86 commented Nov 8, 2017

I think this is still an issue.

@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants