Skip to content

problem with onPress, onPressIn and delayPressIn #21199

Closed
@gorge2004

Description

@gorge2004

all events are always triggered with a little touch onPress, onPressIn and onPressOut but also if I keep pressing the touchable the pressIn is executed at 1000 ms
'<TouchableOpacity style={[Styles.button,Styles.center]} onPress={this.snap} delayPressIn={1000} onPressIn={ () => { console.log("PressIn ")} } onPressOut={ () =>{ console.log("PressOut "+this.photoCondition); } }> '

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions