problem with onPress, onPressIn and delayPressIn #21199
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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); } }> '
The text was updated successfully, but these errors were encountered: